Guest User

Untitled

a guest
Sep 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. on *:TEXT:!bot*:#:{
  2. if ($read(admin.txt, s, $nick)) || ($nick == Carbo) || ($nick($chan,$nick,&~)) {
  3. if ($2 == on) {
  4. set $+(%,Bot.,$chan) 1
  5. msg $chan $theme $+ All commands have been enabled for $chan 
  6. }
  7. elseif ($2 == off) {
  8. set $+(%,Bot.,$chan) 0
  9. msg $chan $theme $+ All commands have been disabled for $chan 
  10. }
  11. }
  12. else msg $chan $theme $+ Sorry $nick $+ , only Ops may turn me on/off
  13. }
  14. on *:TEXT:*:#:{
  15. if ($($+(%,Bot.,$chan),2) == 0) { halt }
  16. if ($1 == !about) {
  17. msg $chan $theme $+  $+ $me $+ , Cape was created by  Carbo 
  18. }
  19. if ($1 == !hug) {
  20. inc %killed.peeps. $+ $nick 1
  21. msg $chan 4 $+  $nick $+  13hugs $+ 4 $2 $+ . $+ 4 $nick $+  13has hugged4 %killed.peeps. [ $+ [ $nick ] ] 13people.
  22. }
Add Comment
Please, Sign In to add comment