Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on me:*:join:#genuflect
  2. if (($me == Misha) || ($me == IzzyMisha)) {
  3. $+(.timer,$network,.,$chan) 1 $r(1,3600) send_msg $chan
  4. }
  5. alias -l send_msg {
  6. var %random = $rand(1,100)
  7. ;describe #testing signs something to Shizune.
  8. if (%random > 95) {
  9. describe $1 signs something to Shizune.
  10. }
  11. elseif (%random > 45) msg $1 13Wahaha~!
  12. else msg $1 13Nothing to Waha~ about.
  13. $+(.timer,$network,.,$1) 1 $r(1,3600) send_msg $1
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement