Giter VIP home page Giter VIP logo

ircbot's People

Contributors

jawsper avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

juerd crashjuh

ircbot's Issues

Bot crash who.py

the bot crashes in who.py with:

[2016-10-18 13:48:57,805] INFO: get config who.hosts
Traceback (most recent call last):
  File "/home/duality/ircbot/modules/__init__.py", line 186, in enable_module
    self.loaded_modules[module_name] = self.modules[module_name](self)
  File "/home/duality/ircbot/modules/who.py", line 22, in __init__
    self.ubus_rpc = Main(config)
  File "/home/duality/ircbot/modules/who.py", line 218, in __init__
    self.mac_db = MACDatabase()
  File "/home/duality/ircbot/modules/who.py", line 110, in __init__
    self.update(self.parse_wireshark_db())
  File "/home/duality/ircbot/modules/who.py", line 134, in parse_wireshark_db
    mac, name = line.split('\t', 1)
ValueError: not enough values to unpack (expected 2, got 1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./__main__.py", line 71, in <module>
    sys.exit(main(sys.argv[1:]))
  File "./__main__.py", line 43, in main
    botje = Bot.Bot()
  File "/home/duality/ircbot/Bot.py", line 68, in __init__
    self.modules.enable_module( module_name )
  File "/home/duality/ircbot/modules/__init__.py", line 188, in enable_module
    raise ModuleLoadException(e)
modules.ModuleLoadException: ModuleLoadException(not enough values to unpack (expected 2, got 1))

Line Wrapping

if doing

!led

and sentences are long enough they wrap but sometimes in the middle of words.

No heartbeat

The bot needs a heartbeat system that pings the server and reconnects on failure.

long member names

long member names that don't fit a single line fall off of the screen.

one such name is:

13:17 -Lock-O-Matic:#achannel - Martin / Dutch Show Design entered the space

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.