; =========================
; KANAL LOG SISTEMI
; =========================
alias logdosya {
return logs\ $+ $1 $+ - $+ $date(yyyy-mm-dd) $+ .txt
}
; Kanal mesajlari
on *:TEXT:*:#:{
write -a $logdosya($chan) [MESAJ] $time - < $+ $nick $+ > $1-
}
; Action mesajlari (/me)
on *:ACTION:*:#:{...
; KANAL LOG SISTEMI
; =========================
alias logdosya {
return logs\ $+ $1 $+ - $+ $date(yyyy-mm-dd) $+ .txt
}
; Kanal mesajlari
on *:TEXT:*:#:{
write -a $logdosya($chan) [MESAJ] $time - < $+ $nick $+ > $1-
}
; Action mesajlari (/me)
on *:ACTION:*:#:{...
Please login to view full content. Giriş yap veya üye ol.
