mIRC Home    About    Download    Register    News    Help

Print Thread
#187361 04/10/07 12:18 AM
Joined: Sep 2007
Posts: 109
K
kwell Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Sep 2007
Posts: 109
My code is valid ?


Code:

on *:CONNECT: { .nick HomewoRK } 

; Nickname is already in use.

raw 433:*: { .nick Homew0Rk }


on *:join:#:{
  if (HomewoRk != $me) {
    if (HomewoRk ison $chan) { .msg NickServ ghost HomewoRk pass | .nick HomewoRk }
    else { .msg NickServ release HomewoRk pass | .nick HomewoRk }
  }
}



-Saludos-

Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
yep


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Jan 2006
Posts: 111
N
Vogon poet
Offline
Vogon poet
N
Joined: Jan 2006
Posts: 111
The code maybe valid, but I don't think the alternative nickname is valid. Nicknames are not case sensitive. You should use something like:
Code:
raw 433:*: { .nick HomewoRK_ }

Joined: Dec 2002
Posts: 503
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Dec 2002
Posts: 503
Originally Posted By: noMen
The code maybe valid, but I don't think the alternative nickname is valid. Nicknames are not case sensitive. You should use something like:
Code:
raw 433:*: { .nick HomewoRK_ }

Err, his first nick is 'homework'. His second nick is 'homew0rk' (zero, not Oh).

But here's a question for the OP.. Why not juse use mIRC's inbuilt nick and alternate-nick settings? This is basically what you're wanting to do.


Link Copied to Clipboard