- Home»
- Cod sursa: Count user`s joins
Count user`s joins
Count user`s joins
mIRC snippet that count how many times a user joined a channel. The list of the channels is loaded from the .txt file.
| Postat de | Copyright | Categorie | Review user | Vizualizari | Data |
|---|---|---|---|---|---|
| BLKoldSUN | Epic | activity | Cod testat | 403 | 2025-07-05 10:11:07 |
on *:JOIN:#test:{
if ($read($ctfile,ntw,$nick *)) {
var %rn $readn, %count $gettok($read($ctfile,nt,%rn),2,32)
write $+(-l,%rn) $ctfile $nick $calc(%count + 1)
}
else { write -i $ctfile $nick 1 }
}
alias -l ctfile { return channeltracker.txt }
IRC Snippets