Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.44 KB | None | 0 0
  1. on *:text:*:#: {
  2.   if ($strip($1) == !chuck) { .msg $chan $replace($read(scripts/chuck.txt), Chuck Norris,04Chuck Norris)}
  3.   if ($strip($1) == !addchuck) { write scripts/chuck.txt $2- | .notice $nick Your Chuck joke " $+ $2- $+ " has been added! }
  4.   if ($strip($1) == !remchuck) {  
  5.     if ($2- == $read(scripts/chuck.txt)) {
  6.       write -d scripts/chuck.txt
  7.       .notice $nick Your Chuck joke " $+ $2- $+ " has been removed!
  8.     }
  9.   }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement