quiz bot, currently in beta mode
!open function for posting the door status (open/closed) of shack in #shackspace (TCL scripting)
irc statistics
shack statistics
spam protection
bad host blacklist
If you want to join this project, contact me:
search for user HeLLraiseR`- in #shackpace on
IRC (irc.freenode.net)
write an e-mail via the shack public list
write an e-mail to hellraiser [@t] cyks.de
contact me directly at shackspace
open.tcl script:
bind pub - !open webdata
package require http
proc webdata {nick host hand chan arg} {
set token [::http::geturl http://www.shackspace.de/sopen/text/en]
set data [::http::data $token]
::http::cleanup $token
putlog $data
puthelp "privmsg #shackspace :$nick, shack is $data"
}
project/irc_bot.txt · Zuletzt geändert: 2012/08/30 14:49 von 93.231.179.175