mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
Loki12583 #245041 09/04/14 03:46 PM
A
AllDayGrinding
AllDayGrinding
A
What is that for?

judge2020 #245042 09/04/14 03:47 PM
A
AllDayGrinding
AllDayGrinding
A
Do you have skype so I can call you on it so you can help me??

#245049 09/04/14 09:11 PM
P
patrickplays
patrickplays
P
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)..

#245050 09/04/14 09:23 PM
Joined: Jan 2004
Posts: 1,330
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,330
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
S
seshu
seshu
S
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