Home
Explore
Apps
Scripts
Code Snippets
Hardware
Images
Home
Explore
Apps
Scripts
Code Snippets
Hardware
Images
Sign up to Hawkee
Sign in
Comments
(4)
Everything
Snippets
LikWydd
commented on mIRC Snippet:
Global Blacklist.
-
Jul 18, 2006
nice code, worked well for me. i changed some of it to suit myself
i also added this part, means when u remove a blacklist the user is unbanned from all the channels they wer globally blacklisted on
alias remfromall {
while (%a > 0) {
if ($me isop $chan(%a)) {
mode $chan(%a) -b %remadd
}
dec %a
}
}
LikWydd
commented on mIRC Snippet:
Multi Nick Channel Stats.
-
Dec 19, 2005
thanx for this, i used part of this snippet in my mixbot. When a user joins a gather/mix it increases the total they played in so when they type !stats they get, how many mixes they played in
LikWydd
commented on mIRC Snippet:
Lost Q bot?
-
Oct 11, 2005
kk thanx daemon. i only started scripting bout 2 weeks ago and this is my 1st port. thnx for ur help
LikWydd
commented on mIRC Snippet:
Mix Bot **UPDATED**
-
Sep 24, 2005
i cant seem to get this to run, what am i doing wrong?
LikWydd
Follow
Message
Profile
Snippets
2
Comments
4
Forum Posts
1
i also added this part, means when u remove a blacklist the user is unbanned from all the channels they wer globally blacklisted on
alias remfromall {
while (%a > 0) {
if ($me isop $chan(%a)) {
mode $chan(%a) -b %remadd
}
dec %a
}
}