Commit Graph

1638 Commits

Author SHA1 Message Date
Luke Rogers 04af154c5b Added more features! 2014-04-01 19:43:03 +13:00
Luke Rogers f82041fc87 Merge branch 'develop' of https://github.com/ClouDev/CloudBot into develop 2014-04-01 17:58:00 +13:00
Luke Rogers a027bd780f Added fancy new recipe plugin! 2014-04-01 17:57:39 +13:00
Luke Rogers a611e0df45 Merge pull request #221 from daboross/fix-dictionary-unicode-support
Fix unicode support for dictionary.py
2014-03-31 20:58:10 +13:00
Luke Rogers e49ec9a9c9 Merge pull request #218 from daboross/fix-wiki-unicode-support
Fix unicode support for wikipedia
2014-03-31 20:58:09 +13:00
Luke Rogers 5ee62107f9 unbold 2014-03-31 20:23:45 +13:00
Dabo Ross 4652ed90a3 Fix unicode support for wikipedia 2014-03-28 18:15:39 -07:00
Dabo Ross ff3ef576b7 Fix unicode support for dictionary.py 2014-03-27 10:30:30 -07:00
Luke Rogers ec9f5e9777 Merge branch 'develop' of https://github.com/ClouDev/CloudBot into develop 2014-03-27 10:09:46 +13:00
Luke Rogers 7f3b433209 Fix lastfm 2014-03-27 10:08:54 +13:00
Luke Rogers 2cb772674a Merge pull request #214 from prplz/fix-geoip-unicode
Use unicode string for returned message in geoip
2014-03-25 20:00:40 +13:00
Luke Rogers e46cb5c826 Update twitter.py 2014-03-19 17:40:21 +13:00
prplz b917b495f7 Use unicode string for returned message in geoip 2014-03-18 16:20:12 +11:00
Luke Rogers 4b7c8ffa75 Merge pull request #210 from xxyy/feature/tell-multiconn
Update tell.py to support multiple connections
2014-03-03 10:58:48 +13:00
xxyy 7cf3d88c96 Update tell.py to support multiple connections 2014-03-02 19:38:26 +01:00
Luke Rogers 21d06ae4f0 Removed old duplicate suggest plugin 2014-03-02 14:01:15 +13:00
Luke Rogers 50e2f72be4 Merge pull request #209 from xxyy/feature/seen-multiconn
Make history support multiple connections and merge seen.py into history.py
2014-03-02 13:53:41 +13:00
xxyy 1aacd8c511 Update seen and history to support multiple connections at once, Move seen command to history.py to reduce spaghetti code 2014-03-02 01:10:31 +01:00
Luke Rogers 6518fe7136 I am not a smart person sometimes 2014-03-01 18:40:36 +13:00
Luke Rogers fd7253ded7 handle socket.error 2014-03-01 13:12:48 +13:00
Luke Rogers f05a35dd96 Improved correction some more 2014-02-28 20:08:50 +13:00
Luke Rogers 8340f55adf herp 2014-02-28 19:49:46 +13:00
Luke Rogers 10907bf214 tweaked new correction code 2014-02-28 19:48:46 +13:00
Luke Rogers d834ae9070 Finished new mcuser - added legacy status and pretty colors 2014-02-28 17:28:54 +13:00
Luke Rogers 31d9031dcc test 2014-02-28 17:16:01 +13:00
Luke Rogers 17b75a2ba9 Improved http module, improved mcuser 2014-02-28 16:56:32 +13:00
Luke Rogers 0acb22e0a7 fixes 2014-02-28 15:52:05 +13:00
Luke Rogers 1be204236a tiny tweak 2014-02-28 15:32:24 +13:00
Luke Rogers a7a6f8c01e Rewrote mcpaid! 2014-02-28 15:29:40 +13:00
Luke Rogers 1bcf687ea2 just keep 100 messages per channel for now 2014-02-28 14:01:22 +13:00
Luke Rogers b9bf09e6b6 rewrite correction to use new history tracker 2014-02-28 13:59:31 +13:00
Luke Rogers 914bc255ab Added chat history tracker 2014-02-28 13:19:39 +13:00
Luke Rogers 2028075d2f Few small tweaks and fixes 2014-02-26 22:22:10 +13:00
Luke Rogers 8b1de13c8e Added really shoddy, probably broken git plugin 2014-02-25 19:30:55 +13:00
Luke Rogers d32619063a test 2014-02-25 18:50:03 +13:00
Luke Rogers 9cfdc0b706 Ugly code for force-reload 2014-02-25 13:36:52 +13:00
Luke Rogers 5d3280b9d5 strip excess whitespace 2014-02-24 02:15:58 +13:00
Luke Rogers 807cbf3f07 Rewrote OSRC to use HTML scraping because the API has been changed 2014-02-23 23:50:32 +13:00
Luke Rogers c7d2535098 testpush suggest 2014-02-23 20:33:08 +13:00
Luke Rogers 44cb335bc0 But, push this for now 2014-02-23 19:35:51 +13:00
Luke Rogers 90a91c1ef8 Fixed issues @daboross - closes #208 2014-02-23 13:30:24 +13:00
Luke Rogers 13df70da1b semi-rewrote mcping 2014-02-22 22:04:39 +13:00
Luke Rogers 5008da1331 MtGox is no longer an accurate indication of the value of a Bitcoin. 2014-02-21 14:57:54 +13:00
Luke Rogers 281a77c67c e 2014-02-16 17:50:50 +13:00
Luke Rogers 92796a218f Changed something because people can't take a joke 2014-02-16 17:45:55 +13:00
Luke Rogers 45a1f65748 fixed up mcping 2014-02-16 17:26:53 +13:00
Luke Rogers 160785e92c pep 2014-02-15 14:19:12 +13:00
Luke Rogers 763d73ea7a Merge pull request #207 from xxyy/patch-1
Fix xkcd comics made in January throwing an error
2014-02-15 12:21:59 +13:00
xxyy 694cbbe81f Fix xkcd comics made in January throwing an error
Previously, any commit written in January would throw an error because the array key for January was falsely '1' instead of the integer 1. This would lead to the moth name not being found and the error occuring.
This PR fixes that problem by changing the key of January to the integer 1.

**How to reproduce:**
Ask your CloudBot to `xkcd Regular Expressions`, an error will be shown in console.
2014-02-15 00:16:03 +01:00
Luke Rogers e8876c2c48 Merge pull request #202 from blha303/patch-16
Created plugin to parse Google urls to normal urls
2014-02-15 11:19:30 +13:00