Nickname change

These are old archives. They are kept for historic purposes only.
Post Reply
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Nickname change

Post by Alex »

I just wonder, is it possible to make a global denial of nickchange if I f.example set it like this:

Code: Select all

/mode +b ~n:*!*@*
or is this all channel based like
/mode #ChannelName +b ~n:*!*@*
mexx3k
Posts: 17
Joined: Sun Apr 10, 2005 8:54 pm
Location: Chaoz-IRC
Contact:

Post by mexx3k »

deny use of command "/nick" ... would be the easiesst way ..
Ron2K

Post by Ron2K »

mexx3k wrote:deny use of command "/nick" ... would be the easiesst way ..
I recall reading on these forums that this has some rather undesirable consequences. You may want to try a forum search before doing this.
Mark
Posts: 57
Joined: Mon Dec 26, 2005 4:01 pm

Post by Mark »

For channels, use /mode #chan +N..

Network wide, do as Ron2K suggested.

-edit-
I meant, search the forums. Comes down to the idea mexx3k suggested, indeed.
Last edited by Mark on Wed Aug 02, 2006 10:31 am, edited 1 time in total.
Ron2K

Post by Ron2K »

Mark wrote:Network wide, do as Ron2K suggested.
Actually, mexx3k suggested it. I was just warning against it's use.

I found the thread where this was already discussed. The following quote is the important one:
Jason wrote:Without NICK, people cant connect to the server, as NICK is critical to the login process.
(http://forums.unrealircd.com/viewtopic.php?t=3192 for the full story)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Also have you considered the situation such as when using a registered nick and not managing to identify quickly enough so NickServ then ends up changing your nick. To change back youd have to disconnect and reconnect again.
Ron2K

Post by Ron2K »

Assuming you're able to reconnect in the first place...
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Ron2K wrote:Assuming you're able to reconnect in the first place...
True that is a point.
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

Hmmm...yes I know I can set +N in the channel(s) and that is done. But it doesn't help much since people just can go to Status window (mirc) and type /nick and their new nickname. :lol:
Post Reply