Page 1 of 1
special client commands of unrealircd server
Posted: Thu Jul 15, 2004 12:12 pm
by t_kerenyi
Hi,
I'm a new unrealircd user and have a question.
I hear about some special client commands for this IRC server. Are they exist? Where can I find a list or manual?
Plase help me!
Thanks:
t_kerenyi
Posted: Thu Jul 15, 2004 12:16 pm
by Dukat
The complete list is in the documentation:
http://www.vulnscan.org/UnrealIRCd/unre ... ercommands
You could also try in your client:
/helpop ?usercmds
Posted: Thu Jul 15, 2004 12:22 pm
by t_kerenyi
Thanks for the express answer!
I'm now looking the links. It seems to be useful...
t_kerenyi
Posted: Thu Jul 15, 2004 12:52 pm
by t_kerenyi
One more question...
I can't use the "/mode nick +o" command from mIRC client. The server doesn't reply. Can you help me, why?
Thanks!
t_kerenyi
Posted: Thu Jul 15, 2004 2:47 pm
by aquanight
Um... duh?
You can't just make yourself an IRCop by /mode +o.
RFC1459 wrote:If a user attempts to make themselves an operator using the "+o"
flag, the attempt should be ignored. There is no restriction,
however, on anyone `deopping' themselves (using "-o").
You have to use the /oper command for this. You can see how the iit works in the documentation.
Posted: Thu Jul 15, 2004 10:55 pm
by w00t
Be nice now!
Yeah, can you imagine the chaos on a net with everyone opered?!
(oops, it does happen!)
Posted: Fri Jul 16, 2004 5:48 am
by t_kerenyi
Sorry, I think I confused you!
I tried to set the rights on my brand new IRC server.
The "/mode nick param" command type works from Visual IRC client, but doesn't works from mIRC client. (The "nick" naturally not my own nick.)
Thenks for all help.
t_kerenyi
Posted: Fri Jul 16, 2004 8:42 am
by Dukat
You can not set modes on another client.
Posted: Fri Jul 16, 2004 3:34 pm
by aquanight
Um... wait a minute... are you talking about something like...
/mode +o someone
in a channel (to give someone channelops?) If that's the case, you have to add the channel name, but that's very easy:
//mode # +o someone
(Note the two slashes. Or you could type one slash, and hit tab after typing the # character.)