Advertisement
illpastethat

all echo amsg variant for notk

May 3rd, 2016
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.15 KB | None | 0 0
  1. allecho {
  2.   .!ame $1-
  3.   var %n = 1
  4.   while ($chan(%n)) {
  5.     if ($chan($v1).status == joined) { echo -at $iif(#,$nick) = $me $1- }
  6.     inc %n
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement