Advertisement
AdamBlast

mIRC Popups

Feb 15th, 2024
1,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.27 KB | None | 0 0
  1. #wr off
  2. on *:text:*:#prowrestling:{
  3.   if (($chan != $active) || (!$appactive)) {
  4.     return $tip(name, $chan, $+(<,$nick,>) $1-)
  5.   }
  6. }
  7. on *:action:*:#prowrestling:{
  8.   if (($chan != $active) || (!$appactive)) {
  9.     return $tip(name, $chan, * $nick $1-)
  10.   }
  11. }
  12. #wr end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement