Advertisement
JeffryUGP

alert

Apr 4th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.17 KB | None | 0 0
  1. alias alert {
  2.   if (%alert_enabled == 1) {
  3.     set %alert_enabled 0 |
  4.     echo off | return
  5.   }
  6.   else {
  7.     set %alert_enabled 1 |
  8.     echo on | return
  9.   }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement