Search found 4 matches

by Hmm
Fri Apr 16, 2004 2:40 pm
Forum: Unreal 3.2 Support
Topic: Aliases
Replies: 10
Views: 5398

OMG If someone tells me to go read that thing again im gonna sream. I ALREADY DID. I DO NOT GET IT. AND sense you know the code. why dont you tell me please instead of pointing me somewhere. I read that and all the docs in the download I DONT GET IT. so if someone would be so kind to just post the ...
by Hmm
Fri Apr 16, 2004 2:25 pm
Forum: Unreal 3.2 Support
Topic: Aliases
Replies: 10
Views: 5398

so the code to beable to type /nickserv instead of /msg nickserv(services) is

alias Nickserv;
nick Nickserv;
type nickserv;
};

?????????????????? or is that code not right?
by Hmm
Fri Apr 16, 2004 1:40 pm
Forum: Unreal 3.2 Support
Topic: Aliases
Replies: 10
Views: 5398

actually LOL AT YOU because i did read there. and i dont get how to do it. My code was
alias /Nickserv;
nick Nickserv;
type nickserv;
};

is my code. should it be
alias Nickserv;
nick /Nickserv;
type nickserv;
};
to point to nickserv? i dont get it.
by Hmm
Fri Apr 16, 2004 3:48 am
Forum: Unreal 3.2 Support
Topic: Aliases
Replies: 10
Views: 5398

Aliases

Hello,

I have looked over the faq and i have read the unrealircd.conf file. But i dont get how to set an alias. I have tried everything(i think) and it doesnt work. I want it so i can type /services<nick,chan,oper,bot,host,ect> instead of /msg services because i hate the msg part. Does anyone know ...