mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2014
Posts: 215
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Mar 2014
Posts: 215
i am trying to get this whitelist working. it add and deletes perfectly, but when someone joins and their ip is on the list it doesnt voice them. please help
http://pastebin.com/Vn26YqcU


#imAbeginner
i made a chat bot for mark_paintball! http://twitch.tv/mark_paintball
Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Try using this edit alias:

Code:
alias afterscan {
  if ($read(tticommunitybans.txt,nw,$1)) { mode #tticunityomm +v $2 | msg $2 welcome back to #tticunityomm! }
  else { return }
}


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-

Link Copied to Clipboard