mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2014
Posts: 214
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Mar 2014
Posts: 214
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

Joined: Dec 2008
Posts: 1,483
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
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 }
}


Link Copied to Clipboard