Skip to content
/ irc Public
forked from fbq/irc

irc related projects written by golang

Notifications You must be signed in to change notification settings

LQYMGT/irc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

irc

irc related projects written by golang

STATUS: under developing

  • github.com/fbq/irc/bot is a library for developing an irc bot
  • github.com/fbq/irc/irclog is a web server for log in irc channels
    • USEAGE

      • Run a irc bot to collect irc messages, run irclog daemon <config file>, the config file is a json-format config for irc bot
      • Run a web server to show the log, run irclog server, however irclog is also default for runing server
    • LogWriter

      • Log writer is an interface that abstract the output structure of irc log msg
    • To output the log msgs in the different format, just implement another LogWriter

    • TODO

      • join/quit and other msg support
      • a better data structure for log records
      • err handling
      • search
      • chat via web

About

irc related projects written by golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%