phenny icon indicating copy to clipboard operation
phenny copied to clipboard

Python IRC bot

Results 21 phenny issues
Sort by recently updated
recently updated
newest added

I don't know what it exactly is and if i run it correctly . ``` Setting up phenny Registered modules: seen, calc, reload, etymology, clock, translate, codepoints, weather, validate, ping,...

doesn't look like you're doing anything bash specific, and bash doesn't reside in /bin on the BSDs, so for portability's sake, bumped it down to /bin/sh so it'll be happy...

Some servers doesn't use nickserv but some sort of other authentication mechanism, what's the easiest way to add a login command (enter a custom command once logged into the server)...

https://github.com/sbp/phenny/issues/33

Hello! You can have a `.gitignore` file like this, so that when phenny gets run from the git directory, the resulting `*.pyc` files which are dynamically created by python are...

If I issue .g helloworld I get this error: TypeError: 'NoneType' object has no attribute '**getitem**' (file "/home/username/ircbot/thelonius/modules/search.py", line 33, in result) I gather the google api has changed? Other...

It also fixes [issue #32](https://github.com/sbp/phenny/issues/32) Sorry for the duplicate.

For example: ``` .tw http://twitter.com/savicdomen/status/382412085864316928 ``` While this one works: ``` .tw https://twitter.com/savicdomen/status/382412085864316928 ```

This update allows a module to catch multple events in the same method using lists. It supports the \* wildcard. Before the update, you must catch events one by one...