Commit Graph

1440 Commits

Author SHA1 Message Date
Jeremy Fincher 2682670fc6 Added test for the recent bug fixed in addressed. 2003-09-25 16:12:43 +00:00
Jeremy Fincher 31b1abaa59 Forgot to change an IndexError to a ValueError. 2003-09-25 16:09:18 +00:00
Jeremy Fincher 60c00549e1 Fixed Strike's bug: <jemfinch-nw> angryman^^^^^: list would elicit a response from angryman. 2003-09-25 16:07:41 +00:00
Jeremy Fincher d7812d7b58 Added a note in the helps for commands that accept passwords that they must be sent privately if they include a password. Also, one command wouldn't return conf.requiresPrivacy if it was sent in a channel with a password; that's been fixed. 2003-09-25 14:21:46 +00:00
Jeremy Fincher 6904309725 Oops, forgot to not set minimumDebugPriority if it's the empty string. 2003-09-25 14:03:12 +00:00
Jeremy Fincher 359ad14888 Updated for the help/morehelp -> syntax/help conversion. 2003-09-25 08:29:24 +00:00
Jeremy Fincher 407ac34e52 Fix for RFE #811970, generalized not a command response. 2003-09-25 08:22:16 +00:00
Jeremy Fincher b1f0cb6647 Removed a gratuitous world.ircs.remove, probably fixing bug #801438. 2003-09-25 08:18:36 +00:00
Jeremy Fincher c3e9c38b6a Changed @help to @syntax, @morehelp to @help, and changed the output of @morehelp to be prettier. 2003-09-25 08:14:46 +00:00
Jeremy Fincher 6061513c20 Fix for minor lack of period, and update to not limit own results (now we have more :)) 2003-09-25 07:57:17 +00:00
Jeremy Fincher 923a38b4ed Fix for RFE #811853, and fix for bug where @voice would actually try to give halfops (good thing no one ever found that :)) 2003-09-25 07:52:03 +00:00
Jeremy Fincher ad78a341a5 Fixed bug in the test. 2003-09-25 07:38:59 +00:00
Jeremy Fincher 873fbe20bc Oops, removed a not-so-extra non-blank line. 2003-09-25 07:38:27 +00:00
Jeremy Fincher 12e9e037d4 Removed an extra blank line. 2003-09-25 07:37:49 +00:00
Jeremy Fincher d3a21e29c0 Added an example string. 2003-09-25 07:27:02 +00:00
Jeremy Fincher d9ebb5e6d0 Made the template have a hole for the python interpreter, to be filled in with the one the script is called with. 2003-09-25 07:20:44 +00:00
Jeremy Fincher 2c8dee38c2 Fix for configure bug. 2003-09-25 07:18:46 +00:00
Jeremy Fincher 949f744ba9 Added a debugVariables hole in the template so we can set debug variables. 2003-09-25 07:15:39 +00:00
Jeremy Fincher 757f1aa927 Fixes to expect, some to the way it wraps, etc. 2003-09-25 07:15:10 +00:00
Jeremy Fincher eadc1bc3d7 Various fixes. 2003-09-25 07:14:47 +00:00
Jeremy Fincher eeccf8487b Changed some quotes so emacs would syntax-highlight properly. 2003-09-25 06:17:44 +00:00
Jeremy Fincher 343fd76d51 Removed unused variable. 2003-09-25 05:28:18 +00:00
Jeremy Fincher 707b55a676 Oops, forgot to change the last string. 2003-09-25 02:58:23 +00:00
Jeremy Fincher 0f3f15235d Added test for the Python version so people could understand when their bot wouldn't run. Now it won't even install :) 2003-09-25 02:46:33 +00:00
Jeremy Fincher 4a6dd9740b Fix for bug #812099. 2003-09-25 02:21:36 +00:00
Jeremy Fincher 6690b08085 Changed the name of the generated file and made sure to os.chmod it if we can. 2003-09-24 16:21:13 +00:00
Jeremy Fincher 1e736dc0f7 Various minor fixes. 2003-09-24 16:02:31 +00:00
Jeremy Fincher a51deb2883 Remove OwnerCommands from the list of plugins and made the output for configuring plugins a little bit nicer. 2003-09-24 08:35:22 +00:00
Jeremy Fincher 6928a3a54f Fixed an uncaught exception in Lookup.configure. 2003-09-24 07:55:28 +00:00
Jeremy Fincher 38aad75a89 Forgot to from fix import *. 2003-09-24 07:49:02 +00:00
Jeremy Fincher 67d0e2fedc Forgot to map to strings. 2003-09-24 07:47:00 +00:00
Jeremy Fincher 06be2a6474 Used a single-quote when I should've been using triple quotes. 2003-09-24 07:44:24 +00:00
Jeremy Fincher e4eafb98ae Updated for distutils and added supybot- prefix to prevent confusion with normal commands. 2003-09-24 07:42:50 +00:00
Jeremy Fincher 5d31e2a2d6 Moved to tools. 2003-09-24 07:29:49 +00:00
Jeremy Fincher a13c8ab528 Removed the old sys.path-munging code now that we're disutil'ed. 2003-09-24 07:28:25 +00:00
Jeremy Fincher 0bbaa4a30c Updated template for the new distutils install and gave it the ability to run on its own. 2003-09-24 07:27:13 +00:00
Jeremy Fincher d97698d315 Missing a return. 2003-09-24 07:26:22 +00:00
Jeremy Fincher 474e611feb Initial checkin of the distutils stuff. 2003-09-24 07:19:54 +00:00
Jeremy Fincher 351b2e6c20 Moved such functionality to supybot-wizard.py. 2003-09-24 06:32:29 +00:00
Jeremy Fincher 84ccdc2a8c Moved to tools/, since that's what they are. 2003-09-24 06:31:08 +00:00
Jeremy Fincher 01ee1169f0 Forgot to return after an irc.error. 2003-09-24 06:16:29 +00:00
Jeremy Fincher 309a5df1f8 Updated. 2003-09-24 06:00:36 +00:00
Jeremy Fincher b41d953656 Initial checkin. 2003-09-24 05:56:34 +00:00
Jeremy Fincher b0600cb389 Added supybot- prefix to make them distinguishable from real commands in a global install. 2003-09-24 05:56:01 +00:00
Jeremy Fincher 9a83f908c2 Removed, old files. 2003-09-24 05:13:08 +00:00
Jeremy Fincher f08bc708b2 Removed, old file. 2003-09-24 05:11:24 +00:00
Jeremy Fincher 1c86e6f40c Removed shrink command since it's mostly unnecessary since we got the mores. 2003-09-24 04:19:23 +00:00
Jeremy Fincher 05eddc71f5 Fixed to use the proper irc.reply arguments instead of callbacks.reply. 2003-09-23 20:45:25 +00:00
Jeremy Fincher 12d707a90f Updated IrcObjectProxyRegexp.reply to match the interface of IrcObjectProxy.reply. 2003-09-23 20:45:00 +00:00
Jeremy Fincher 23453eff6a Made the game snarfer not prefix the response with the the nick. 2003-09-23 20:26:25 +00:00