Commit graph

1483 commits

Author SHA1 Message Date
Mike Leigh
2a3c0e1723 Update help.py
The new permissions have broken the help.  This patch corrects the help behaviour.

To replicate send .help and you should get the following error:
Unhandled exception in thread started by <function run at 0x7fe5e63018c0>
Traceback (most recent call last):                                       
  File "core/main.py", line 63, in run                                   
    out = func(input.inp, **kw)                                          
  File "plugins/help.py", line 16, in help                               
    input.nick in bot.config["admins"] or\                               
KeyError: 'admins'

With this patch the help responds as expected.
2013-08-01 13:21:11 +01:00
Luke Rogers
4c273705b9 Updated contributor information 2013-08-02 00:17:20 +12:00
Luke Rogers
272ba283e9 Added the neat Horoscope plugin by @infinitylabs from infinitylabs/UguuBot 2013-08-02 00:16:16 +12:00
Luke Rogers
52a1e58db1 If censor list is empty, don't censor 2013-08-02 00:12:48 +12:00
Luke Rogers
e764890636 Removed old code, fixes #90 (I hope) 2013-08-02 00:04:41 +12:00
Luke Rogers
2c0879f972 Strip steam username to remove extra spaces 2013-08-01 23:00:04 +12:00
Luke Rogers
150e6acda7 Merge branch 'develop' of https://github.com/ClouDev/CloudBot into develop 2013-08-01 22:35:21 +12:00
Luke Rogers
5e99e1a82f Added something I forgot to push 2013-08-01 22:34:42 +12:00
Luke Rogers
ec09da2d93 Merge pull request #89 from blha303/patch-5
Rename .steamsearch to .steam
2013-08-01 03:19:21 -07:00
Steven Smith
e025103d39 Update steam.py 2013-08-01 18:17:41 +08:00
Luke Rogers
810802ec65 Merge pull request #88 from blha303/patch-4
Add .steamsearch, split steam info lookup into separate function
2013-08-01 03:15:18 -07:00
Steven Smith
4868ecf976 Update steam.py 2013-08-01 18:07:20 +08:00
Luke Rogers
63cc79371d Swapped order to avoid extra fnmatch() 2013-08-01 21:17:13 +12:00
Luke Rogers
94244c7c86 Updated ignore to work with the new permissions system and work with *add plugins/ignore.py@* masks 2013-08-01 21:15:13 +12:00
Luke Rogers
1a6efcdb4b Merge branch 'develop' of https://github.com/ClouDev/CloudBot into develop 2013-08-01 21:09:03 +12:00
Luke Rogers
98395457e5 fix new permissions system 2013-08-01 21:08:41 +12:00
Luke Rogers
afff36b190 Update config.default 2013-08-01 19:22:05 +12:00
Luke Rogers
20c33f02d5 Update config.default 2013-08-01 19:20:53 +12:00
Luke Rogers
7f57f3c8ca Update for new config 2013-08-01 19:19:42 +12:00
Luke Rogers
0bdbade75f Added default config file, removed config autogeneration 2013-08-01 19:17:44 +12:00
Luke Rogers
e6d669be2b ._. 2013-08-01 19:07:16 +12:00
Luke Rogers
28dd4cf5f7 Merge branch 'develop' of https://github.com/ClouDev/CloudBot into develop 2013-08-01 19:05:45 +12:00
Luke Rogers
9becfa9897 New permissions system :D 2013-08-01 19:03:40 +12:00
Luke Rogers
baa98ee5cc From skybot 2013-08-01 17:48:18 +12:00
Luke Rogers
d5ddc72a53 Merged github and gitio, pending rewrite 2013-08-01 10:39:15 +12:00
Luke Rogers
d69feb68d8 merged feelings.py and violence.py 2013-08-01 10:36:47 +12:00
Luke Rogers
78173b7f63 Merge branch 'develop' of https://github.com/ClouDev/CloudBot into develop 2013-08-01 10:30:55 +12:00
Luke Rogers
412c03f2ed Added HTML stripper/decoder to HTTP.py 2013-08-01 10:20:07 +12:00
Luke Rogers
f0842cb887 Adjust the .gitignore file a bit. 2013-08-01 04:03:08 +12:00
Luke Rogers
c0e8c4efdc Added the MLIA plugin by @infinitylabs from infinitylabs/UguuBot 2013-08-01 03:55:31 +12:00
Luke Rogers
c6ecd1db81 split some lines and added pointless comments 2013-08-01 02:53:53 +12:00
Luke Rogers
d26de98ebe Merge pull request #86 from blha303/patch-4
Better formatting, 4-space indents, use http.get_soup instead of BeautifulSoup directly (Fixes #84)
2013-07-31 07:44:25 -07:00
Steven Smith
e042aa1bbe Better formatting, 4-space indents, use http.get_soup instead of BeautifulSoup directly 2013-07-31 22:42:59 +08:00
Luke Rogers
0100f1d071 keep capitals for now to reduce issues 2013-08-01 02:34:25 +12:00
Luke Rogers
ba21f11f6b Merge branch 'develop' of https://github.com/ClouDev/CloudBot into develop 2013-08-01 02:33:50 +12:00
Luke Rogers
0ee036df56 strip the connection name 2013-08-01 02:33:27 +12:00
Luke Rogers
4a38289022 Merge pull request #85 from blha303/patch-1
Added generic CONTRIBUTING.md, .editorconfig for automatic style preference setting in supported editors
2013-07-31 07:16:50 -07:00
Steven Smith
7963e05e93 Create .editorconfig 2013-07-31 22:10:21 +08:00
Steven Smith
b208635d1b Create CONTRIBUTING.md 2013-07-31 22:07:24 +08:00
Luke Rogers
7ad1ad20b2 Why the shit is that still there. It does nothing at all 2013-08-01 01:48:50 +12:00
Luke Rogers
9467014bf9 renamerename 2013-08-01 01:37:21 +12:00
Luke Rogers
585f4f2c4a more plugin renaming 2013-08-01 01:33:43 +12:00
Luke Rogers
715358298d renamed minecraft-related plugins 2013-08-01 01:31:48 +12:00
Luke Rogers
0f217fa3dd Added Steam URL parser by @blha303 and tweaked steam.py 2013-08-01 01:10:48 +12:00
Luke Rogers
67f111b6a6 Merge pull request #83 from blha303/patch-4
Create bukkitplugin.py
2013-07-30 02:31:02 -07:00
Steven Smith
29f1ace599 Create bukkitplugin.py 2013-07-30 16:48:42 +08:00
Luke Rogers
19821b35c8 noodle 2013-07-28 23:02:19 +12:00
Luke Rogers
cac785f957 :D 2013-07-27 17:56:14 +12:00
Luke Rogers
510f70decb Merge pull request #80 from cybojenix/patch-1
fix the topic command, now it will actually do something
2013-07-26 22:47:13 -07:00
Luke Rogers
67a6554d2f Merge pull request #81 from blha303/patch-3
Add optional type support to web.haste()
2013-07-26 22:02:28 -07:00