Benutzer-Werkzeuge

Webseiten-Werkzeuge


friedhof:irc_bot

IRC Eggdrop / Serice Bot / Quizbot

- 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"
}
friedhof/irc_bot.txt · Zuletzt geändert: 2020-07-20 11:18 von neos