diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-31 01:21:02 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-31 01:21:02 +0000 |
commit | adb719c8e886fead559802bfce868ddfce001a80 (patch) | |
tree | b9b45ad201f3fa48cd7b5432195d0b62849f19cb /docgen | |
parent | d30940cb5ff75cf7eab81f6a588b3b5297a762ad (diff) |
Sun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Updated docgen to generate rdoc again with the new repo structure
* added new restart command to the core bot, quits irc and reexecs the
bot, to pick up new code/libraries etc.
Diffstat (limited to 'docgen')
-rwxr-xr-x | docgen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -rdoc -a --exclude 'rbot/(db)?plugins/' --main rbot.rb -d +rdoc -a -i 'lib' --exclude '(data/|setup.rb|post-config.rb|rbotconfig.rb|timertest.rb)' --main lib/rbot/ircbot.rb -o doc lib bin |