Commit Graph

11856 Commits

Author SHA1 Message Date
Jeremy Fincher 371210da16 Removed Utils.py because it conflicts with src/utils.py on case-insensitive OSes 2003-03-31 06:30:32 +00:00
Jeremy Fincher 0fc8e5e0d4 Initial import; conflict with src/utils.py 2003-03-31 06:29:38 +00:00
Jeremy Fincher 0f6fe97bf4 Fixed a single-quote bug in Tokenizer 2003-03-31 06:08:23 +00:00
Jeremy Fincher 817e967716 Made funkyArgument a bit more concise. 2003-03-31 06:06:21 +00:00
Jeremy Fincher 8fd1d71952 Made lithp a little more naturally lispish 2003-03-31 05:56:22 +00:00
Jeremy Fincher 10a65f7399 Added abbrev 2003-03-31 05:14:21 +00:00
James Vega b1a2b87ed3 Adjusted the regex. Added morehelp response. Adjusted the request so that it specifies a browser (site does browser-checking). Used some list comprehension to show only the first 5 results. 2003-03-31 03:26:23 +00:00
James Vega 50cb2887b2 Modified how entries are added to self.revcache 2003-03-31 02:53:07 +00:00
James Vega fc0bbc34d2 Removed a print statement 2003-03-31 02:09:24 +00:00
James Vega a2d004b3bd Fixed gkstats so that they work with utils.textToHtml 2003-03-31 02:06:42 +00:00
James Vega f7939bd43b Finished the google groups fix. Added a check for links to framed pages in order to grab non-framed pages to parse through. 2003-03-28 17:56:27 +00:00
Jeremy Fincher ce741a1f0e Added changetopic 2003-03-28 17:30:10 +00:00
Jeremy Fincher 848ec442c6 Whitespace normalization 2003-03-28 17:29:48 +00:00
Jeremy Fincher f7c409055e Initial import; going off Ofnibot's source to start with. 2003-03-28 09:07:21 +00:00
Jeremy Fincher 9e97a96c98 Added source command 2003-03-28 08:41:11 +00:00
Jeremy Fincher fc1b9f8cdb Added question to ask if the user wants the bot to join any channels 2003-03-28 08:25:34 +00:00
Jeremy Fincher 6859415bc5 Removed a few unused modules PyChecker noticed 2003-03-28 08:02:43 +00:00
Jeremy Fincher ce03a98ae9 Fixed a few errors found by PyChecker 2003-03-28 07:55:21 +00:00
Jeremy Fincher b943dafd29 Accidentally commited earlier; just a few style changes and docstring improvements. 2003-03-28 07:48:16 +00:00
Jeremy Fincher 85e7e3ae05 Removed CHANGELOG and TODO, not very useful these days 2003-03-28 07:38:16 +00:00
Jeremy Fincher 471397616b Made list command sort its response. 2003-03-28 07:23:12 +00:00
Jeremy Fincher 4340162a48 Um, weird typo. 2003-03-28 07:16:38 +00:00
Jeremy Fincher c42806665b Fixed 'let's send a new topic every second' problem. 2003-03-28 07:10:23 +00:00
Jeremy Fincher 22490174f3 Made single quotes not quotes anymore. Now only double quotes and backticks work. 2003-03-28 07:02:44 +00:00
Jeremy Fincher 8d857b6ffd Changed lithp command to change ss or SS to just th. 2003-03-28 07:00:15 +00:00
Jeremy Fincher 42d20674bb Changed lithp command to change Xes too. 2003-03-28 06:57:48 +00:00
Jeremy Fincher c85b3bc052 Changed lithp command to be case-insensitive 2003-03-28 06:54:15 +00:00
Jeremy Fincher c0804180b4 Added lithp command. 2003-03-28 06:52:08 +00:00
Brett Kelly e861a8af89 gettin' there, slowly... 2003-03-28 06:25:12 +00:00
Jeremy Fincher 5f5ef91a11 Trying converters out. 2003-03-28 06:11:54 +00:00
Brett Kelly a4ff3abea7 gettin' there, slowly... 2003-03-28 06:06:19 +00:00
Jeremy Fincher e99df4442b Added topic propogation 2003-03-28 05:36:59 +00:00
Jeremy Fincher 25e71562d2 Formatting changes 2003-03-28 05:19:14 +00:00
Jeremy Fincher 55aaa596e0 Changed DBHandler to ChannelDBHandler 2003-03-28 05:15:08 +00:00
Brett Kelly 5f77c05cad and we're STILL fixing syntaxproblems 2003-03-28 03:57:12 +00:00
Jeremy Fincher bce7b6fcd8 Changed stripHtml to utils.htmlToText 2003-03-28 03:53:22 +00:00
Jeremy Fincher 332c2cb2d4 Debugging messages commented out 2003-03-28 03:10:46 +00:00
Jeremy Fincher b0daafe00e *Really* fixed now. 2003-03-28 03:10:22 +00:00
Jeremy Fincher 0dbab5b0fc Fixed stupid nick-handling bugs 2003-03-28 03:01:14 +00:00
Brett Kelly 9808581d37 Still toying with sql syntax 2003-03-28 02:56:05 +00:00
Jeremy Fincher 2db2f64696 Fixed NickServ module. 2003-03-28 02:44:01 +00:00
Jeremy Fincher 0863a95919 Removed a useless variable and changed a response to use conf.replyRequiresPrivacy 2003-03-28 02:34:31 +00:00
Jeremy Fincher 042f4555a0 Removed a useless if statement and changed the order of another 2003-03-28 02:34:03 +00:00
Jeremy Fincher 30591187ad A little better error reporting 2003-03-28 02:33:40 +00:00
Jeremy Fincher fb150d0e5b Made configuration file parsing more flexible. 2003-03-28 02:29:05 +00:00
Jeremy Fincher a4ae47d7b8 Made sure there can't be an unpack tuple of improper size or empty blocks in the config file. 2003-03-28 02:09:19 +00:00
Jeremy Fincher 39afa87a27 Added another blank line at the end just in case 2003-03-28 02:08:33 +00:00
Jeremy Fincher 846b4853d7 Slight efficiency increase 2003-03-28 02:05:20 +00:00
Jeremy Fincher 88dbed38a1 Took out short blurb about GPL (Strike gave consent) 2003-03-28 02:02:45 +00:00
Jeremy Fincher cd350457b2 Fixed leftover debuging line and TypeError 2003-03-28 02:01:51 +00:00