Advertisement
westor

Changing the logo for Mr_Me

Dec 23rd, 2014
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.25 KB | None | 0 0
  1. alias logo {
  2.   var %f = mirc_logo.ico
  3.   if (!$isfile(%f)) { return }
  4.   tray -i1 $qt(%f)
  5.   dcx WindowProps $window(-2).hwnd +i 0 $qt(%f)
  6. }
  7.  
  8. alias dcx {
  9.   if (!$1-) { return }
  10.   var %f = dcx.dll
  11.   if (!$isfile(%f)) { return }
  12.   dll $qt(%f) $1 $2-
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement