1
1
README FOR pyGBot 0.1.2 - Alpha release
2
2
3
- Disclaimer:
3
+ pyGBot - Versatile IRC Bot
4
+ Copyright (C) 2008 Morgan Lokhorst-Blight, Alex Soborov, Paul Rotering
5
+
6
+ This program is free software: you can redistribute it and/or modify
7
+ it under the terms of the GNU General Public License as published by
8
+ the Free Software Foundation, either version 3 of the License, or
9
+ (at your option) any later version.
10
+
11
+ This program is distributed in the hope that it will be useful,
12
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ GNU General Public License for more details.
15
+
16
+ You should have received a copy of the GNU General Public License
17
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
18
+
19
+
20
+ Based on pyTBot, (c) 2007 Paul Rotering
21
+ http://www.ircpoker.com
22
+ Licensed under GPLv2
23
+
24
+ Uses ConfigObj, (c) 2008 Michael Foord and Nicola Larosa
25
+ http://www.voidspace.org.uk/python/configobj.html
26
+ Licensed under modified (3 clause) BSD License
27
+
28
+ Uses "C# Events in Python", (c) 2005 Zoran Isailovski
29
+ http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/410686
30
+ Licensed under MIT License
31
+
32
+ Simple Disclaimer:
4
33
THIS IS AN ALPHA RELEASE. It it provided AS-IS, with no warranty or support.
5
34
If it breaks your computer, it's not our fault.
6
35
@@ -10,7 +39,11 @@ Requirements:
10
39
11
40
To run:
12
41
Uncompress, go to src/ and modify the values in pyGBot.ini. The main ones
13
- you're interested in are host, port, nick, and channel.
42
+ you're interested in are host, port, nick, and channel. Once that's done, run
43
+ pyGBot.py.
44
+
45
+ To add users to the Auth system:
46
+ Run hashpw.py, it will prompt you for the relevant details.
14
47
15
48
To modify:
16
49
Your best bet is to look at the existing plugins, as well as src/BasePlugin.py.
0 commit comments