mIRC Home    About    Download    Register    News    Help

Print Thread
#243172 24/10/13 09:35 PM
Joined: May 2013
Posts: 140
R
raycomp Offline OP
Vogon poet
OP Offline
Vogon poet
R
Joined: May 2013
Posts: 140
Is there a way or command to forcefully change the nick of a user who uses an uneceptable nickname?

Joined: Nov 2009
Posts: 295
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Nov 2009
Posts: 295
Only if you are a server admin or ircop on the network you are connected to. If you are only the owner of a channel or an op then you can not do this.


http://scripting.pball.win
My personal site with some scripts I've released.
Joined: May 2013
Posts: 140
R
raycomp Offline OP
Vogon poet
OP Offline
Vogon poet
R
Joined: May 2013
Posts: 140
Thank you for the reply and the link. Awesome useful scripts. I am an ircop and searched for the right command but could not find it. Could you direct me please or post the command to use.

Thanks again

Joined: Nov 2009
Posts: 295
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Nov 2009
Posts: 295
Sorry I've never dealt with ircop commands so I can't help you there. I'd think there would be a help file or commands list for whatever services you are using.


http://scripting.pball.win
My personal site with some scripts I've released.
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Do the ircd you using suport it? Look online for the information about commands for your ircd, i think unreal have a script you can add to the source.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Feb 2006
Posts: 181
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 181
Try
Code:
/SANICK <Nick> <Newnick>

Allows an Oper to force a user to change their nickname.


Link Copied to Clipboard