Guest User

Untitled

a guest
Mar 5th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.19 KB | None | 0 0
  1. if ![validuser $who] {
  2.     set success = [adduser $who [maskhost [getchanhost $who $chan]]]
  3.     if {!$success} {
  4.         set index 1
  5.         while {[catch {}]}
  6.     }
  7.     putquick "notice $nick :Added $who."
  8. }
Add Comment
Please, Sign In to add comment