Hi Moro
The BANNERs send with "/ame - /me" or "/amsg - /msg" There are 2 differents events.
[08:33] <SweeT> .•.•·.·´OOooOO`·.·•MP3.•°Because of you .•.•·.·´Kelly Clarkson .•.•·.·´Breakaway·.·•.•
The first event "/amsg or /msg" are ACTIONs event.
[02:31] * MisiN MP3 , La Gata Bajo Raining Rocío Durcal-RD Cd-2 (3.4MB 128Kbps 44.1Khz 3m 40s) ""o==o-
the second, "/ame or /me" are TEXTs event.
Imagine that BANNER is a
MP3 SOUND.
Example:
ON BANNERs:TEXT:*MP3*:#myroom:{
ban -k $chan $nick 2 BANNER MP3 are not allowed! I told you so.
.ruser BANNERs $nick
}
ON BANNERs:ACTION:*MP3*:#myroom:{
ban -k $chan $nick 2 BANNER MP3 are not allowed! I told you so.
.ruser BANNERs $nick
}
;================================
ON 1:TEXT:*MP3*:#myroom:{
if $nick isreg # {
.notice $nick BANNER are not allowed. Please, you don´t try to send again.
.auser BANNERs $nick
ban -ku60 $chan $nick 2 BANNER MP3 are not allowed. Please, you don´t try to send again.
}
}
ON 1:ACTION:*MP3*:#myroom:{
if $nick isreg # {
.notice $nick BANNER are not allowed. Please, you don´t try to send again.
.auser BANNERs $nick
ban -ku60 $chan $nick 2 BANNER MP3 are not allowed. Please, you don´t try to send again.
}
}
But this is
only if the user send a
MP3 Banner. You can use The same with: WAV of MIDI for example.