Advertisement
illpastethat

Bindhost remove for bluntmasta

Sep 24th, 2012
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.30 KB | None | 0 0
  1. elseif ($1 == ?bhrem) {
  2. if (!$istok(%admins,$nick,32)) { return }
  3. elseif (!$2) { .msg # Invalid $1 syntax. Syntax: $1 <bindhost> }
  4. elseif (!$istok(%BNCBH,$2,32)) { .msg # Invalid bindhost! $+($left($1,1),bhview) to list. }
  5. else {
  6. set %Bncbh $remtok(%bncbh,$2,0,32)
  7. .msg # Removed BNC bind host: $2
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement