I was ****ing tired to hear that lame request. So here it is.
Now just use it and stfu. Thank you!!!
Those are un-tested btw. If you got any problem with them, just post something.
dzsbot:
Code:
set ioa(REQUESTS) 1
set disable(REQUESTSHOW) 0
# set the time frequency for requests output
# you can add multiple 'bind time - ......' lines to set different times
# syntax: bind time - "<mins> <hour> <day> <month> <year>" proc_requests_spam
# <mins> <hour> <day> <month> are two characters long. <year> is four characters long.
# !!! If you modify the time frequency you should restart your eggy (not rehash) !!!
bind time - "00 00 * * *" proc_requests_spam ; # here is every days @ 00:00
proc proc_requests_spam {mins hour day month year} {
global chanlist
proc_requests "sitebot" "localhost" "" $chanlist(DEFAULT) ""
}
ioBanana:
Code:
# set the time frequency for requests output
# you can add multiple 'bind time - ......' lines to set different times
# syntax: bind time - "<mins> <hour> <day> <month> <year>" reqalias_spam
# <mins> <hour> <day> <month> are two characters long. <year> is four characters long.
# !!! If you modify the time frequency you should restart your eggy (not rehash) !!!
bind time - "00 00 * * *" reqalias_spam ; # here is every days @ 00:00
proc reqalias_spam {mins hour day month year} {
global ioss
sitestat "sitebot" "localhost" "" $ioss(announcechannel) "req123"
}