mIRC Home    About    Download    Register    News    Help

Print Thread
#135917 19/11/05 12:34 PM
Joined: Oct 2005
Posts: 51
S
Babel fish
OP Offline
Babel fish
S
Joined: Oct 2005
Posts: 51
ok something like this
Code:
if ($nick == $me)
      or 
    if ($knick == $me)  

ok both of those the codes == me
now what if i want code 2 == some1 else
is the code like this
Code:
if ($nick == $2)  
would that
code be some1 else

#135918 19/11/05 01:28 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
== equal
!== not equal
!= also not equal


Link Copied to Clipboard