Advertisement
intersys

Untitled

Aug 6th, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.24 KB | None | 0 0
  1. menu nicklist {
  2.   TextMsg for $1 {
  3.     var %script.textmsg $input(Write here the TextMsg ,e,Text?)
  4.     if (%script.textmsg) {
  5.       msg $active  $+ $1 $+ : %script.textmsg
  6.     }
  7.     else { echo -s 04 You cancel the massage to $1 }
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement