mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2015
Posts: 42
J
Joveice Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Jul 2015
Posts: 42
i don't get ($nick isop #) to work my code is
Code:
on *:TEXT:!test2:#: { 
  if ($nick isop #) {
    msg $chan worked
  }
}

iv seen Youtube vids and there they have a query dooes this have anything to do with that?
i havent found how to do the query thing and i have the settings that program comes installed with. Please could someone help me?

Joined: Jul 2015
Posts: 42
J
Joveice Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Jul 2015
Posts: 42
Originally Posted By: Joveice
i don't get ($nick isop #) to work my code is
Code:
on *:TEXT:!test2:#: { 
  if ($nick isop #) {
    msg $chan worked
  }
}

iv seen Youtube vids and there they have a query dooes this have anything to do with that?
i havent found how to do the query thing and i have the settings that program comes installed with. Please could someone help me?


Found out how. https://forums.mirc.com/ubbthreads.php/topics/254093/[Twitch]_Requesting_user_lists#Post254093

:P first time on the forum so i dident know where to look smile


Link Copied to Clipboard