Limnoria/src
Jeremy Fincher 01eb6934ef Added function commaAndify to turn a list of strings into a proper English foo, bar, and baz string. 2003-08-20 09:24:57 +00:00
..
AdminCommands.py Made the part command behave sensibly in the face of an empty argument list. 2003-07-23 02:12:17 +00:00
ChannelCommands.py
MiscCommands.py Made some changes to satisfy PyChecker. 2003-08-19 10:38:45 +00:00
UserCommands.py Whitespace change. 2003-04-20 21:56:41 +00:00
ansi.py
asyncoreDrivers.py Made some changes to satisfy PyChecker. 2003-08-19 10:38:45 +00:00
bot.py Made some changes to satisfy PyChecker. 2003-08-19 10:38:45 +00:00
callbacks.py Made supybot report SyntaxError to the user. 2003-08-20 07:19:20 +00:00
cdb.py Updated stuff for 2.3 to break 2.2 compatibility :) 2003-08-07 02:48:44 +00:00
conf.py Upgraded to 2.3. 2003-07-31 06:20:58 +00:00
debug.py Made the reliance on conf even less user-intensive. 2003-06-16 07:43:18 +00:00
drivers.py Added .reconnect() method to drivers. 2003-04-21 04:32:42 +00:00
fix.py Removed enumerate. 2003-08-17 08:43:23 +00:00
ircdb.py Change to satisfy PyChecker. 2003-08-20 07:19:56 +00:00
irclib.py Nuked ircutils.nick. Good riddance. 2003-08-12 19:12:12 +00:00
ircmsgs.py Changed nick/user/host of server hostmask to be the hostmask itself. Also disabled _ircmsg import for the time being. 2003-08-12 19:12:44 +00:00
ircutils.py Re-enabled ircutils.nick under a new name (IrcString) and for a different purpose (to make IrcDict and IrcSet work properly). 2003-08-14 14:15:07 +00:00
privmsgs.py Added a little del to the reload/unload stuff 2003-08-15 05:39:35 +00:00
questions.py Fixed extra [y/n] options in expect. 2003-08-19 13:36:14 +00:00
repl.py Changed debug.debugMsg to debug.msg. 2003-04-03 10:06:11 +00:00
schedule.py Scheduler implementation changes to be (hopefully) more efficient, to pop() rather than pop(0). 2003-04-17 10:08:32 +00:00
structures.py Removed sliceIndices and replaced all uses with slice.indices. Yay 2.3 2003-08-19 10:41:19 +00:00
twistedDrivers.py Added .reconnect() method to drivers. 2003-04-21 04:32:42 +00:00
utils.py Added function commaAndify to turn a list of strings into a proper English foo, bar, and baz string. 2003-08-20 09:24:57 +00:00
world.py Removed some apostrophes so syntax highlighting works in emacs. 2003-08-17 21:29:50 +00:00