mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
Loki12583 #245041 09/04/14 03:46 PM
Joined: Mar 2014
Posts: 72
A
Babel fish
OP Offline
Babel fish
A
Joined: Mar 2014
Posts: 72
What is that for?

judge2020 #245042 09/04/14 03:47 PM
Joined: Mar 2014
Posts: 72
A
Babel fish
OP Offline
Babel fish
A
Joined: Mar 2014
Posts: 72
Do you have skype so I can call you on it so you can help me??

Joined: Mar 2014
Posts: 52
P
Babel fish
Offline
Babel fish
P
Joined: Mar 2014
Posts: 52
Originally Posted By: Loki12583
Code:
if ($nick(#,$nick,a,r)) return


my explanation :p
$nick(in your bot's current channel,check each $nick,of all viewers,who is regular)

you probably want it to use like that
Code:
if ($nick(#,$nick,a,r)) return
else { timeout .. ask for permission (your code here)..

patrickplays #245050 09/04/14 09:23 PM
Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Your usage is correct. Just throw it at the top of functions you only want to match regular users on.

$nick(current channel,current nick,include all users, exclude regular users)

Just look it up in the help files.

judge2020 #253983 17/07/15 12:35 AM
Joined: Jul 2015
Posts: 8
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Jul 2015
Posts: 8
Any ways to whitelist links with this script? I'd like to allow https://osu.ppy.sh links without taking http and https block off.

Last edited by seshu; 17/07/15 12:44 AM.
Page 2 of 2 1 2

Link Copied to Clipboard