Trihan

catfacts

Feb 14th, 2012
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.26 KB | None | 0 0
  1. on *:TEXT:!catfact:#: {
  2. if (!$timer(catfact)) {
  3.   msg $chan Did you know: $read(c:\program files\mirc\catfacts.dat) Mee-wow!
  4.   /timercatfact 0 4 timercatfact off
  5.  }
  6.  else {
  7.  notice $nick Please wait $timer(catfact).secs seconds for another catfact. Mee-wow!
  8.  }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment