- Home»
- Cod sursa: log monitor channel
log monitor channel
log monitor channel
Monitor a channel and save the message written to a logfile. The message that will be stored need to be triggered by a keyword.
| Postat de | Copyright | Categorie | Review user | Vizualizari | Data |
|---|---|---|---|---|---|
| BLKoldSUN | necunoscut | text-input | Cod testat | 594 | 2024-04-13 21:47:19 |
on *:TEXT:*:#ichat:{
var %filepath "D:\ichat_log.txt"
if (*premiumchat* iswm $1-) {
write -i %filepath $+($time,|,$nick,:,$chr(32),$1-)
}
}
IRC Snippets