- Home»
- Cod sursa: Snotice server message
Snotice server message
Snotice server message
Simple mIRC snippet that displays and replace the original notice message from daemon irc.
| Postat de | Copyright | Categorie | Review user | Vizualizari | Data |
|---|---|---|---|---|---|
| BLKoldSUN | Simo | activity | Cod testat | 332 | 2024-07-27 07:15:32 |
ON ^1:snotice:*Client connecting*:{
if (!$window(@notice)) {
window -lke @notice 516 200 2182 1134
aline @notice $1 $+($chr(40),$5,$chr(41)) $6 $7 $9
}
else { aline @notice $1 $+($chr(40),$5,$chr(41)) $6 $7 $9 }
haltdef
}
ON *:notice:*:*:{ if ($regex($nick,/^(OperServ)$/i)) { echo -a $+($chr(40),$nick,$chr(41)) : $1- } }
IRC Snippets