Jeremy Fincher
|
40b8eb3956
|
Changed ircutils.reply to ircutils.replyTo
|
2003-04-04 06:59:39 +00:00 |
|
Jeremy Fincher
|
46eb87808f
|
Changed validArgument to isValidArgument
|
2003-04-04 06:08:36 +00:00 |
|
Brett Kelly
|
b5d47aa811
|
added numlarts, numinsults, and numexcuses
|
2003-04-04 02:35:18 +00:00 |
|
Jeremy Fincher
|
d6087e2906
|
Added i to _mathEnv
|
2003-04-03 09:59:05 +00:00 |
|
Jeremy Fincher
|
1eb088de21
|
Added timeElapsed and converted FunCommands to use it.
|
2003-04-03 09:11:57 +00:00 |
|
Jeremy Fincher
|
eb9e5c87f2
|
Changed drivers.close() to .die().
|
2003-04-03 08:52:41 +00:00 |
|
Jeremy Fincher
|
ea11c0ea5f
|
Whitespace changes
|
2003-04-03 08:24:52 +00:00 |
|
Jeremy Fincher
|
e9a5ad1367
|
Removed; subsumed by a smarter scripts/newplugin.py
|
2003-04-03 08:22:58 +00:00 |
|
Jeremy Fincher
|
0dfaa7881d
|
Normalize whitespace in pydoc
|
2003-04-03 07:38:46 +00:00 |
|
Brett Kelly
|
073188eb25
|
all systems go, added some pretty stuffs to be STYLE compliant :)
|
2003-04-03 07:11:16 +00:00 |
|
Jeremy Fincher
|
9e05519660
|
Changed driver.die() to driver.close()
|
2003-04-03 06:58:30 +00:00 |
|
Brett Kelly
|
7c31468866
|
everything appears to be working, please lemme know if it barfs
|
2003-04-03 05:48:57 +00:00 |
|
James Vega
|
924d48ebad
|
Prettified acronym's morehelp
|
2003-04-03 05:48:04 +00:00 |
|
Jeremy Fincher
|
f1b02e64e5
|
Formatting changes to netcraft and gkstats.
|
2003-04-02 16:13:29 +00:00 |
|
Jeremy Fincher
|
59a803d3b2
|
Ugh, stupid bug.
|
2003-04-02 16:05:26 +00:00 |
|
Jeremy Fincher
|
fcb0403711
|
Added proper response for invalid hostnames
|
2003-04-02 16:03:38 +00:00 |
|
Jeremy Fincher
|
c49bd6f88f
|
Fixed handling of channel capabilities
|
2003-04-02 11:08:34 +00:00 |
|
Jeremy Fincher
|
6385806048
|
Changed a message to be more accurate
|
2003-04-02 10:07:06 +00:00 |
|
Jeremy Fincher
|
33847807f7
|
Forgot to remove the creation of debugging files.
|
2003-04-02 09:53:50 +00:00 |
|
Jeremy Fincher
|
089d032b34
|
Fixed AttributeError in cpustats
|
2003-04-02 09:31:50 +00:00 |
|
Jeremy Fincher
|
75768aa524
|
Added netcraft command
|
2003-04-02 08:54:23 +00:00 |
|
Brett Kelly
|
487c99c909
|
fixed output when querying for all unread notes
|
2003-04-02 08:30:12 +00:00 |
|
Jeremy Fincher
|
99cb3579a6
|
Fixed pydoc command to allow getting docstrings of objects in __builtins__.
|
2003-04-02 08:13:10 +00:00 |
|
Jeremy Fincher
|
10a0fe9f93
|
Made uptime command not based on loading of FunCommands module.
|
2003-04-02 07:50:35 +00:00 |
|
Jeremy Fincher
|
952b7b6517
|
Added pydoc command
|
2003-04-02 07:27:00 +00:00 |
|
Jeremy Fincher
|
ecdcabb4e6
|
Most structure and commands in place
|
2003-04-01 09:07:14 +00:00 |
|
Jeremy Fincher
|
3da6310065
|
Added some fixes; seen command works, and stats somewhat works.
|
2003-04-01 08:38:53 +00:00 |
|
Jeremy Fincher
|
dae47de713
|
Basic framework in place
|
2003-04-01 08:36:13 +00:00 |
|
Jeremy Fincher
|
f0cfa30eee
|
Added QUIT propogation
|
2003-04-01 07:09:36 +00:00 |
|
Brett Kelly
|
e06f07d402
|
private/public messages working now
|
2003-04-01 02:30:10 +00:00 |
|
Brett Kelly
|
c618a8fd19
|
getnote (almost) works now
|
2003-04-01 01:44:02 +00:00 |
|
Jeremy Fincher
|
a52a1fe6d6
|
Forgot to change the class name
|
2003-03-31 15:55:38 +00:00 |
|
Jeremy Fincher
|
988618af4f
|
Altered lithp command to handle 'z' and changed a list comprehension with a builtin to a map
|
2003-03-31 10:45:41 +00:00 |
|
Jeremy Fincher
|
bfc6533d22
|
Changed OverflowError message.
|
2003-03-31 10:34:22 +00:00 |
|
Jeremy Fincher
|
880e004abb
|
Added better handling for OverflowError
|
2003-03-31 10:18:40 +00:00 |
|
Jeremy Fincher
|
c599e9962b
|
Added binary command
|
2003-03-31 10:08:22 +00:00 |
|
Jeremy Fincher
|
390c1fa9ee
|
Attribute mode changes to someone
|
2003-03-31 09:31:47 +00:00 |
|
Jeremy Fincher
|
2bb3189d54
|
Fixed nick and mode change propogation
|
2003-03-31 09:22:48 +00:00 |
|
Jeremy Fincher
|
534c367b89
|
Slightly modified acronym regexp not to capture extra groups
|
2003-03-31 08:10:33 +00:00 |
|
Jeremy Fincher
|
d6f7fef0f8
|
Changed acronym to use %r for definitions so they get quoted.
|
2003-03-31 07:06:13 +00:00 |
|
Jeremy Fincher
|
f9cdb62725
|
Added nick and mode propogation
|
2003-03-31 07:04:23 +00:00 |
|
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
|
8fd1d71952
|
Made lithp a little more naturally lispish
|
2003-03-31 05:56:22 +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
|
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
|
f7c409055e
|
Initial import; going off Ofnibot's source to start with.
|
2003-03-28 09:07:21 +00:00 |
|