mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2014
Posts: 83
H
Babel fish
OP Offline
Babel fish
H
Joined: Sep 2014
Posts: 83
Trying to use:
Code:
if ($nick !isin $chan) {



but does NOT work... what did I do wrong frown

Joined: Dec 2015
Posts: 148
Vogon poet
Offline
Vogon poet
Joined: Dec 2015
Posts: 148
There is a difference between "isin" and "ison" operators. "isin" checks if $v1 is in $v2 text, "ison" checks if $v1 user is on $v2 channel.


Link Copied to Clipboard