====== IRC Eggdrop / Serice Bot / Quizbot ====== {{tag>project software }} ===== - finished features - ===== * quiz bot, currently in beta mode * !open function for posting the door status (open/closed) of shack in #shackspace (TCL scripting) \\ ===== - planned features - ===== - \\ ===== - future planned features - ===== * irc statistics * shack statistics * spam protection * bad host blacklist \\ ===== - wanna help ? - ===== 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" }