WelcomeBot icon indicating copy to clipboard operation
WelcomeBot copied to clipboard

Results 28 WelcomeBot issues
Sort by recently updated
recently updated
newest added

The files test_nicks.csv and nicks.csv are overwritten during test execution. Proper unittests should not modify the user's environment. Would recommend using something like tempfile [1] to create temporary files for...

Before a contributor can run unit tests it is assumed that the user has a created a nicks.csv file in their WelcomeBot directory. Proper unit tests should create required files...

Allows contributors to easily run unit tests and flake8 validation by simply running "tox" from the root project directory. - Run flake8 with tox - Run unit tests via coverage...

Two instances: http://irclogs.jackgrigg.com/irc.freenode.net/openhatch/2015-04-11#i_3612706 http://irclogs.jackgrigg.com/irc.freenode.net/openhatch/2015-04-13#i_3613671 Does the database reset sometimes? I've accessed the openhatch IRC in the meantime and didn't get welcomed then.

As a follow up to [this issue](https://github.com/shaunagm/WelcomeBot/issues/5) I think it would be great if our regexes were a bit more flexible. For instance, the common "WelcomeBot: hi" does not trigger...

enhancement
first task
status: accepted

The bot currently imports queue, which is no longer used. It should be removed! While they're at it, whoever fixes this issue should make sure that the other import statements...

bug
first task
status: accepted

There are lots of Python constants that could be moved into a configuration file instead of being hardcoded. This would make configuring a non-OpenHatch bot easier, and allow staying up...

enhancement
status: accepted
type: code

In order to implement this, we'll probably need to add: - a variable or flag in the code that indicates whether or not the bot should try to identify -...

enhancement
type: code
status: reserved

The bot program as currently designed does not run in python 3, only python 2. I don't know how to make it able to function in python 3, but it...

enhancement
first task
type: docs
type: code
status: reserved

Just observed this happening: [14:10:42] -- jerrychen (~jerrychen@$place) has joined #openhatch [14:11:00] jerrychen: Hello [14:11:58] -- jerrychen (~jerrychen@$place) has left #openhatch [14:12:11] -- jerrychen (~jerrychen@$place) has joined #openhatch [14:14:26] shauna:...

bug
first task
status: needs to be reproduced