Commit Graph

40 Commits

Author SHA1 Message Date
Jeremy Fincher
da8ee2a758 Fixed bug where the bot would respond with 'there is no such command' if it wasn't the canonical name. 2003-09-12 06:59:41 +00:00
Jeremy Fincher
407da29675 Made more help a little clearer. 2003-09-11 22:21:56 +00:00
Jeremy Fincher
00418143dc Forgot to handle the case where there wasn't any command in morehelp. 2003-09-11 20:18:58 +00:00
Jeremy Fincher
ab88ee0d25 Fixed bug where he'd reply that a command didn't match when regexp methods matched. 2003-09-11 05:31:01 +00:00
Jeremy Fincher
30bedebba3 Oops, broke something, and didn't fix anything. 2003-09-10 19:28:44 +00:00
Jeremy Fincher
7dfdef787a Made the bot not respond to himself when he gets something that's not a command. 2003-09-10 18:52:12 +00:00
Jeremy Fincher
176b9b30b6 Fix for RFE #801934: Response in case of non-commands. 2003-09-10 08:32:20 +00:00
Jeremy Fincher
61a0142265 Added functionality to protect private commands from being @more <nicked>, and fixed the fact that it doesn't work across the Relay. 2003-09-08 19:43:33 +00:00
Jeremy Fincher
c2f73da997 Made @bug send an email to a private mailing list. 2003-09-07 07:41:56 +00:00
Jeremy Fincher
45044c525d Made it copy the list of messages when <nick> is used. 2003-09-07 06:48:42 +00:00
Jeremy Fincher
017ddb198d Added optional <nick> argument to more command. 2003-09-07 06:42:17 +00:00
Jeremy Fincher
5ef3d7c5f5 Moved tell and last commands from FunCommands to MiscCommands. 2003-09-07 05:26:18 +00:00
Jeremy Fincher
5db67b0b2c Changed (more) to show the number of remaining messages. 2003-09-07 05:13:58 +00:00
Jeremy Fincher
92b745f42f Added bold to the (more) that gets appended. 2003-09-07 05:08:07 +00:00
Jeremy Fincher
723ff123e1 Fixed bug in more stuff. 2003-09-07 04:56:26 +00:00
Jeremy Fincher
3873b351f4 Added the more command. 2003-09-07 04:05:34 +00:00
Jeremy Fincher
7795e6bbf3 Fixed help to work with plugin names. 2003-08-30 19:52:56 +00:00
Jeremy Fincher
aabd095239 Moved world.version to conf.version. 2003-08-28 13:59:07 +00:00
Jeremy Fincher
94e25c6c17 Forgot to guard morehelp command against None __doc__s. 2003-08-22 07:00:07 +00:00
Jeremy Fincher
ca646716b1 Removed spaces at the end of lines. 2003-08-20 16:26:23 +00:00
Jeremy Fincher
7fd35a1071 Made some changes to satisfy PyChecker. 2003-08-19 10:38:45 +00:00
Jeremy Fincher
5c0ae0ecbf Changed moduleof to use the canonicalName of the command. 2003-06-18 06:05:33 +00:00
Jeremy Fincher
97ce807088 Fixed a slight ugliness, use dir() instead of __dict__. 2003-05-29 16:36:34 +00:00
Jeremy Fincher
a861941626 Fixed stupid bug. 2003-04-20 01:02:29 +00:00
Jeremy Fincher
0e505d89e1 Some more .__class__.__name__ -> name() conversions. 2003-04-20 00:47:04 +00:00
Jeremy Fincher
e4591e3d57 Changed list command to use cb.name() instead of cb.__class__.__name__. 2003-04-19 21:41:23 +00:00
Jeremy Fincher
8d6174aeaa Ugh. 2003-04-14 14:56:59 +00:00
Jeremy Fincher
71cec26d58 Stupid variable name. 2003-04-14 14:55:28 +00:00
Jeremy Fincher
a55386af5f Forgot stupid args to privmsgs.getArgs() 2003-04-14 14:54:40 +00:00
Jeremy Fincher
9ad27d4230 Added <filename> argument to logfilesize. 2003-04-14 14:53:58 +00:00
Jeremy Fincher
2230149cf0 Fixed moduleof command. 2003-04-14 05:59:41 +00:00
Jeremy Fincher
d4ee42df5e Fixed moduleof command. 2003-04-14 05:58:43 +00:00
Jeremy Fincher
d53a1842df Fixed moduleof command. 2003-04-14 05:57:27 +00:00
Jeremy Fincher
f94c1a2260 Added moduleof command. 2003-04-14 05:54:33 +00:00
Jeremy Fincher
6f7a33ce5c Minor changes. 2003-04-08 07:20:42 +00:00
Jeremy Fincher
33b4aa052c Changed debug.debugMsg to debug.msg. 2003-04-03 10:06:11 +00:00
Jeremy Fincher
9e97a96c98 Added source command 2003-03-28 08:41:11 +00:00
Jeremy Fincher
471397616b Made list command sort its response. 2003-03-28 07:23:12 +00:00
Jeremy Fincher
551a68c4c3 Added @getprefixchar 2003-03-27 21:34:50 +00:00
Jeremy Fincher
5844a1440e Separated MiscCommands from privmsgs. 2003-03-27 06:34:48 +00:00