special client commands of unrealircd server

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
t_kerenyi
Posts: 4
Joined: Thu Jul 15, 2004 11:57 am

special client commands of unrealircd server

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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
t_kerenyi
Posts: 4
Joined: Thu Jul 15, 2004 11:57 am

Post by t_kerenyi »

Thanks for the express answer! :D

I'm now looking the links. It seems to be useful...

t_kerenyi
t_kerenyi
Posts: 4
Joined: Thu Jul 15, 2004 11:57 am

Post 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
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Be nice now! :P

Yeah, can you imagine the chaos on a net with everyone opered?!
(oops, it does happen!)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
t_kerenyi
Posts: 4
Joined: Thu Jul 15, 2004 11:57 am

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You can not set modes on another client.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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.)
Locked