Advertisement
Guest User

Untitled

a guest
May 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. on *:text:*:#: {
  2. inc %nick.alert.msg
  3. if ($chan == $active) { halt }
  4. if ($me isin $1-) { echo -a $Notice $nick in $Chan said: $1- }
  5. }
  6. on *:action:*:#: {
  7. inc %nick.alert.msg
  8. if ($chan == $active) { halt }
  9. if ($me isin $1-) { echo -a $Notice $nick in $chan said: $1- }
  10. }
  11. on *:notice:*:#: {
  12. inc %nick.alert.msg
  13. if ($chan == $active) { halt }
  14. if ($me isin $1-) { echo -a $Notice $nick in $chan said: $1- }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement