yeah pretty sure, just follow it a couple hours and you'll see
I wouldn't enable community news ...
Well, I wouldn't enable the script actually *g*
Code: Select all
split "there is some text # there are more text" #
Code: Select all
bind mode - *-o* deopMail
proc deopMail {nick host hand chan mdechg dnick} {
global botnick
if {$dnick == $botnick} {
exec echo "$nick deopped me on $chan at [date] [time]" | sendmail my@email.com
}
}