Commit Graph

3932 Commits

Author SHA1 Message Date
Jeremy Fincher fd6cb44549 Let's return the node, just in case it turns out to be useful. Of course, we know it turns out to be useful, or else we wouldn't be adding this... 2004-07-20 05:39:58 +00:00
Jeremy Fincher 83e16fa4bb Added some help and Dunno.stats. 2004-07-20 05:36:59 +00:00
Jeremy Fincher 4a7e2dba20 Example plugin helps. 2004-07-20 05:26:52 +00:00
Jeremy Fincher 2431ddb103 Allow help strings for plugins, except plugins that have an explicit command with their name. 2004-07-20 05:26:35 +00:00
Jeremy Fincher 70dd4dba3d Dotted. 2004-07-20 05:26:05 +00:00
James Vega 327254a85d Add Currency plugin and fix some whitespace annoyances. 2004-07-20 03:51:56 +00:00
Jeremy Fincher 2377a4a83c Automatically convert non-strings to strings with safeArgument. 2004-07-19 22:33:58 +00:00
Jeremy Fincher aeb470750a Updated with a useless comment for people reading the source code. They won't think we're complete OO heathen now. 2004-07-19 22:11:10 +00:00
Jeremy Fincher 40ec693b8a Updated for some privacy issues. 2004-07-19 22:07:15 +00:00
Jeremy Fincher e7595471ba Updated. 2004-07-19 22:05:32 +00:00
James Vega 0585ccb090 Improve Weather.wunder's UV report and add heat index reporting 2004-07-18 22:25:12 +00:00
Jeremy Fincher bc1027d8cc Updated the function to match the help. 2004-07-17 16:51:27 +00:00
Jeremy Fincher 7bf740db35 Don't reveal the channel unless the nick command is given in it. 2004-07-17 06:07:45 +00:00
Jeremy Fincher ecae9af5a6 Updated to handle 438. 2004-07-17 06:03:24 +00:00
Jeremy Fincher c9867b28c3 This wouldn't work how users would expect it to work, so we're removing it. 2004-07-15 18:21:15 +00:00
Jeremy Fincher efca3783c1 Let's make sure to handle the situation when the Irc object isn't in self.connected. 2004-07-15 15:05:41 +00:00
Jeremy Fincher 74208016df Added RFE about connected time. 2004-07-15 06:56:54 +00:00
Jeremy Fincher 1d6d200cc4 Fixed brain-o in error message. 2004-07-08 00:22:35 +00:00
James Vega 91a440e6b3 Add rudimentary blocking of adjusting one's own karma 2004-07-07 18:10:00 +00:00
James Vega 7fbb6daa15 Revert the previous 'fix' since to can never be None at that point. Also,
remove those evil lines full of white-space!
2004-07-07 18:04:55 +00:00
Jeremy Fincher e5e1f2e84e Bugfix. I can't test this on my laptop, so expect a couple more of these. 2004-07-02 14:08:19 +00:00
Jeremy Fincher 88751622c7 Don't number if there's only one factoid, and added a factoidPrefix configuration variable. 2004-07-02 13:58:29 +00:00
Jeremy Fincher cc193c39ea Added lucky command. 2004-07-02 13:53:33 +00:00
Jeremy Fincher 79db100b31 Actual commit for the fix for reply. 2004-07-01 17:58:17 +00:00
Jeremy Fincher e98daace4c Let's be more ASCII. 2004-07-01 17:56:02 +00:00
Jeremy Fincher 032fbe4ae2 Added permbans command. 2004-07-01 17:55:29 +00:00
Jeremy Fincher 0937ba22ca Added a channel-specific enforce value. 2004-07-01 17:55:10 +00:00
James Vega 180d2e8392 Fix some help messages 2004-06-28 19:38:05 +00:00
James Vega 30a8c060ad Misc.last --nolimit 2004-06-28 19:09:25 +00:00
Jeremy Fincher d9d8c04e24 Slight bugfix. 2004-06-26 20:29:55 +00:00
Jeremy Fincher dae0db1de5 RFE #952861. 2004-06-25 14:14:39 +00:00
James Vega ef91ae1133 Add [<reason>] to Admin.part 2004-06-23 15:44:48 +00:00
Stéphan Kochen 5419ed05f4 Don't send JOIN if we don't join anything. 2004-06-23 15:43:00 +00:00
Jeremy Fincher 2b87b4d949 Grr. 2004-06-23 14:11:21 +00:00
Jeremy Fincher b6fbfef5e6 Hate. 2004-06-23 14:10:10 +00:00
Jeremy Fincher 287f016e58 Hack. 2004-06-23 14:03:18 +00:00
Jeremy Fincher b594ef798a Trying fix for lack of prefixing name. 2004-06-23 13:55:40 +00:00
James Vega fefe1f2806 Who would've thunk ya needed utils 2004-06-22 00:46:49 +00:00
James Vega 847227622f Fix some bugs I introduced with the conversion to utils.getSocket and improve
DCC's error checking.
2004-06-20 18:03:11 +00:00
James Vega 1383da0f1a Prevent scheduled downloads from happening when we're generating
docs (hopfully), and fix a userdataFilename bug introduced in the
earlier fix.
2004-06-20 08:14:59 +00:00
James Vega 9d9c3020ca Add handling of opening sockets to communicate with IPV6 hosts. 2004-06-20 07:37:25 +00:00
Jeremy Fincher 17a40423ee Removed mini-wizard. 2004-06-20 05:17:59 +00:00
James Vega 233174d9ce Remember the basedir when we prompt users for their directories and wrap
the prompts a little tighter.
2004-06-19 19:02:06 +00:00
James Vega 61d6e029b1 Move creation of userdata.conf to scripts/supybot just to ensure that we're
not trying to create it before the directories exist.
2004-06-19 18:57:42 +00:00
James Vega 18138da1c0 Catch some sqlite exceptions that probably shouldn't be happening, but I
don't have the best of luck with sqlite.
2004-06-19 18:03:58 +00:00
James Vega 21764931ec Fix some typos in configure() 2004-06-19 18:00:03 +00:00
James Vega 0721a7005c Simplified the last fix and commented out the kban tests since they don't
work properly
2004-06-19 16:36:29 +00:00
Jeremy Fincher 581a489177 Changed the non-strictRfc implementation of isNick not to allow full hostmasks. 2004-06-19 03:04:02 +00:00
James Vega 90a0529696 Fixed a bug and caught some interesting issues with strictRfc. Still need
to look into Channel.kban
2004-06-19 02:06:44 +00:00
James Vega d9d1aefac3 Clarify the help for Channel.permban 2004-06-19 00:42:52 +00:00