diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-02 15:28:36 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-02 15:28:36 +0000 |
commit | 5940baa7fb81196925d692d4e4fe6d6cab73d1ed (patch) | |
tree | 787348f8d4739d0c46b94a60494ddafdf5929618 /docgen | |
parent | ca1105be02e1baf867eaeb2c56049f87d8a9ecd3 (diff) |
* Fixed the new http.proxy* settings, they work!
* Fixed a bug with auth-checking for the config module
* misc tweaks
Diffstat (limited to 'docgen')
-rwxr-xr-x | docgen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -rdoc -a -i 'lib' --exclude '(data/|setup.rb|post-config.rb|rbotconfig.rb|timertest.rb)' --main lib/rbot/ircbot.rb -o doc lib bin +rdoc -a -i 'lib' --exclude '(post-config.rb|rbotconfig.rb)' --main lib/rbot/ircbot.rb -o doc lib bin/rbot |