Advertisement
illpastethat

Seditio for ken-kun

Dec 2nd, 2011
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.86 KB | None | 0 0
  1. on *:TEXT:!enable*:#: {
  2.   if ($nick == Seditio)||($nick == Ken-Kun) {
  3.     enable #Ontext
  4.     notice $nick [Enabled]
  5.   }
  6. }
  7. on *:TEXT:!disable*:#: {
  8.   if ($nick == Seditio)||($nick == Ken-Kun) {
  9.     disable #Ontext
  10.     notice $nick [Disabled]
  11.   }
  12. }
  13. #Ontext on
  14. on *:TEXT:bugged xuid:#: {
  15.   msg $chan [alterIWnet]: Bugged XUIDs and Steam Authorization Failed.
  16.   msg $chan http://www.alteriw.net/viewtopic.php?f=116&t=37767
  17. }
  18. on *:TEXT:*#5C-DEV-IDGEN*:#: {
  19.   msg $chan $nick please refer to this topic.
  20.   msg $chan http://alteriw.net/viewtopic.php?f=116&t=66733
  21. }
  22. on *:TEXT:*iw_22*:#: {
  23.   msg $chan $nick please refer to this topic.
  24.   msg $chan http://alteriw.net/viewtopic.php?f=30&t=28415
  25. }
  26. on $*:TEXT:*fetching playlist*:#: {
  27.   msg $chan $nick please refer to this topic.
  28.   msg $chan http://alteriw.net/viewtopic.php?f=30&t=8227
  29. }
  30. #Ontext end
  31.  
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement