mIRC Home    About    Download    Register    News    Help

Print Thread
#141734 12/02/06 10:12 PM
Joined: Feb 2006
Posts: 95
B
blk Offline OP
Babel fish
OP Offline
Babel fish
B
Joined: Feb 2006
Posts: 95
like if ($nick == <nick>)
Isn't there and if $nick doesn't == <nick>?
I think might know, but I think Im wrong.. crazy


-blk-
#141735 12/02/06 10:16 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
smile
Code:
 if ($nick != &lt;nick&gt;) { 


/help if-then-else

Quote:
!= not equal to
!=== not equal to (case-sensitive)

#141736 12/02/06 10:38 PM
Joined: Feb 2006
Posts: 95
B
blk Offline OP
Babel fish
OP Offline
Babel fish
B
Joined: Feb 2006
Posts: 95
Thats what I though it was, guess my script is just messed up...


-blk-

Link Copied to Clipboard