Advertisement
SaNCaK

mIRC Topic load to inputbox

Feb 3rd, 2014
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.10 KB | None | 0 0
  1. alias topic {
  2.   if (!$1) {
  3.     editbox -a /topic # $chan(#).topic
  4.     halt
  5.   }
  6.   .!topic $1-
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement