- Home»
- Cod sursa: Notificare simpla
Notificare simpla
Notificare simpla
mIRC snippet ce te atentioneaza atunci cand un utilizator te mentioneaza pe chat.
| Postat de | Copyright | Categorie | Review user | Vizualizari | Data |
|---|---|---|---|---|---|
| BLKoldSUN | BLKoldSUN | activity | Cod testat | 392 | 2023-12-04 20:23:27 |
on *:text:*:#: {
if ($+(*,$me,*) iswm $1-) || (*OtherNick* iswm $1-) {
if (!$appstate) || ($chan != $active) {
noop $tip(hl,Mentioned in $chan on $network,$+(<,$nick,>) $1-,$null,$null,$null,goToChan $chan $cid)
}
}
}
alias goToChan { if (!$appstate) || ($1 != $active) { showmirc -s | scid $2 window -a $1 } }
IRC Snippets