Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias logo {
- var %f = mirc_logo.ico
- if (!$isfile(%f)) { return }
- tray -i1 $qt(%f)
- dcx WindowProps $window(-2).hwnd +i 0 $qt(%f)
- }
- alias dcx {
- if (!$1-) { return }
- var %f = dcx.dll
- if (!$isfile(%f)) { return }
- dll $qt(%f) $1 $2-
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement