ScriptBot is a scriptable IRC bot. Based on PircBot and BSF, it allows to fully customize the bot's behaviour by editing script files in the scripting language of your choice.
Be the first to post a text review of ScriptBot. Rate and review a project by clicking thumbs up or thumbs down in the right column.
2007-02-08 02:46 jawe * src/java/net/jawe/scriptbot/Config.java, src/java/net/jawe/scriptbot/Main.java, src/java/net/jawe/scriptbot/impl/BotImpl.java, src/java/net/jawe/scriptbot/impl/ConfigImpl.java: removed config.scriptsDir, can't be independent of initScriptName added ability to start multiple bots from the command line 2007-02-08 02:44 jawe * build.properties: had lots of fun with ant :) 2007-02-08 02:43 jawe * scripts/autohost/eventhandlers/invite.js, scripts/autohost/eventhandlers/op.js, scripts/autohost/eventhandlers/voice.js, scripts/autouser/eventhandlers/voice.js, scripts/config.js: bugfixes 2007-02-08 02:43 jawe * build.xml: had lots of fun with ant :) 2007-02-08 02:42 jawe * src/java/net/jawe/scriptbot/users/UserManager.java: javadoc bugfix 2007-02-08 02:37 jawe * src/config/log4j.properties: new logs dir 2007-02-08 02:36 jawe * logs: new logs dir 2007-02-05 14:47 jawe * build.xml: incremented version to 0.0.3 2007-02-05 14:41 jawe * build.xml, scripts/autohost, scripts/autohost/autohost.js, scripts/autohost/commands, scripts/autohost/commands/addinvitehost.js, scripts/autohost/commands/addophost.js, scripts/autohost/commands/addvoicehost.js, scripts/autohost/commands/removeinvitehost.js, scripts/autohost/commands/removeophost.js, scripts/autohost/commands/removevoicehost.js, scripts/autohost/eventhandlers, scripts/autohost/eventhandlers/invite.js, scripts/autohost/eventhandlers/op.js, scripts/autohost/eventhandlers/voice.js, scripts/autouser, scripts/autouser/autouser.js, scripts/autouser/eventhandlers, scripts/autouser/eventhandlers/invite.js, scripts/autouser/eventhandlers/op.js, scripts/autouser/eventhandlers/voice.js, scripts/config.js, scripts/core/commands/modules.js, scripts/core/core.js, scripts/example/commands/echo.js, scripts/example/example.js, scripts/irc/commands/invite.js, scripts/irc/commands/umode.js, scripts/irc/eventhandlers/part.js, scripts/irc/irc.js, scripts/perform.js, scripts/user/commands/auth.js, scripts/user/commands/ident.js, scripts/user/commands/logout.js, scripts/usermanager/commands/addusergroup.js, src/docs/README.html, src/docs/README.txt, src/docs/index.html, src/java/net/jawe/scriptbot/Bot.java, src/java/net/jawe/scriptbot/Config.java, src/java/net/jawe/scriptbot/impl/BotImpl.java, src/java/net/jawe/scriptbot/impl/ConfigImpl.java, src/java/net/jawe/scriptbot/impl/users/BotGroupImpl.java, src/java/net/jawe/scriptbot/impl/users/BotUserImpl.java, src/java/net/jawe/scriptbot/impl/users/UserManagerImpl.java, src/java/net/jawe/scriptbot/users/BotGroup.java, src/java/net/jawe/scriptbot/users/UserManager.java: bigger update due to SVN/DNS probs on sf.net's side after project rename: added modules autouser added module autohost with commands addophost, removeophost, addvoicehost, removevoicehost added javascript example, just for completeness added to irc module, commands invite, op, deop, voice, devoice added events login, logout changed: only OWNERs can add users to groups MASTER and OWNER added config setting auditCommands moved matchHostmask from BotUser to UserManager numerous minor changes and last but not least bug fixes :)
2007-02-08 02:46 jawe * src/java/net/jawe/scriptbot/Config.java, src/java/net/jawe/scriptbot/Main.java, src/java/net/jawe/scriptbot/impl/BotImpl.java, src/java/net/jawe/scriptbot/impl/ConfigImpl.java: removed config.scriptsDir, can't be independent of initScriptName added ability to start multiple bots from the command line 2007-02-08 02:44 jawe * build.properties: had lots of fun with ant :) 2007-02-08 02:43 jawe * scripts/autohost/eventhandlers/invite.js, scripts/autohost/eventhandlers/op.js, scripts/autohost/eventhandlers/voice.js, scripts/autouser/eventhandlers/voice.js, scripts/config.js: bugfixes 2007-02-08 02:43 jawe * build.xml: had lots of fun with ant :) 2007-02-08 02:42 jawe * src/java/net/jawe/scriptbot/users/UserManager.java: javadoc bugfix 2007-02-08 02:37 jawe * src/config/log4j.properties: new logs dir 2007-02-08 02:36 jawe * logs: new logs dir 2007-02-05 14:47 jawe * build.xml: incremented version to 0.0.3 2007-02-05 14:41 jawe * build.xml, scripts/autohost, scripts/autohost/autohost.js, scripts/autohost/commands, scripts/autohost/commands/addinvitehost.js, scripts/autohost/commands/addophost.js, scripts/autohost/commands/addvoicehost.js, scripts/autohost/commands/removeinvitehost.js, scripts/autohost/commands/removeophost.js, scripts/autohost/commands/removevoicehost.js, scripts/autohost/eventhandlers, scripts/autohost/eventhandlers/invite.js, scripts/autohost/eventhandlers/op.js, scripts/autohost/eventhandlers/voice.js, scripts/autouser, scripts/autouser/autouser.js, scripts/autouser/eventhandlers, scripts/autouser/eventhandlers/invite.js, scripts/autouser/eventhandlers/op.js, scripts/autouser/eventhandlers/voice.js, scripts/config.js, scripts/core/commands/modules.js, scripts/core/core.js, scripts/example/commands/echo.js, scripts/example/example.js, scripts/irc/commands/invite.js, scripts/irc/commands/umode.js, scripts/irc/eventhandlers/part.js, scripts/irc/irc.js, scripts/perform.js, scripts/user/commands/auth.js, scripts/user/commands/ident.js, scripts/user/commands/logout.js, scripts/usermanager/commands/addusergroup.js, src/docs/README.html, src/docs/README.txt, src/docs/index.html, src/java/net/jawe/scriptbot/Bot.java, src/java/net/jawe/scriptbot/Config.java, src/java/net/jawe/scriptbot/impl/BotImpl.java, src/java/net/jawe/scriptbot/impl/ConfigImpl.java, src/java/net/jawe/scriptbot/impl/users/BotGroupImpl.java, src/java/net/jawe/scriptbot/impl/users/BotUserImpl.java, src/java/net/jawe/scriptbot/impl/users/UserManagerImpl.java, src/java/net/jawe/scriptbot/users/BotGroup.java, src/java/net/jawe/scriptbot/users/UserManager.java: bigger update due to SVN/DNS probs on sf.net's side after project rename: added modules autouser added module autohost with commands addophost, removeophost, addvoicehost, removevoicehost added javascript example, just for completeness added to irc module, commands invite, op, deop, voice, devoice added events login, logout changed: only OWNERs can add users to groups MASTER and OWNER added config setting auditCommands moved matchHostmask from BotUser to UserManager numerous minor changes and last but not least bug fixes :)
2007-02-08 02:46 jawe * src/java/net/jawe/scriptbot/Config.java, src/java/net/jawe/scriptbot/Main.java, src/java/net/jawe/scriptbot/impl/BotImpl.java, src/java/net/jawe/scriptbot/impl/ConfigImpl.java: removed config.scriptsDir, can't be independent of initScriptName added ability to start multiple bots from the command line 2007-02-08 02:44 jawe * build.properties: had lots of fun with ant :) 2007-02-08 02:43 jawe * scripts/autohost/eventhandlers/invite.js, scripts/autohost/eventhandlers/op.js, scripts/autohost/eventhandlers/voice.js, scripts/autouser/eventhandlers/voice.js, scripts/config.js: bugfixes 2007-02-08 02:43 jawe * build.xml: had lots of fun with ant :) 2007-02-08 02:42 jawe * src/java/net/jawe/scriptbot/users/UserManager.java: javadoc bugfix 2007-02-08 02:37 jawe * src/config/log4j.properties: new logs dir 2007-02-08 02:36 jawe * logs: new logs dir 2007-02-05 14:47 jawe * build.xml: incremented version to 0.0.3 2007-02-05 14:41 jawe * build.xml, scripts/autohost, scripts/autohost/autohost.js, scripts/autohost/commands, scripts/autohost/commands/addinvitehost.js, scripts/autohost/commands/addophost.js, scripts/autohost/commands/addvoicehost.js, scripts/autohost/commands/removeinvitehost.js, scripts/autohost/commands/removeophost.js, scripts/autohost/commands/removevoicehost.js, scripts/autohost/eventhandlers, scripts/autohost/eventhandlers/invite.js, scripts/autohost/eventhandlers/op.js, scripts/autohost/eventhandlers/voice.js, scripts/autouser, scripts/autouser/autouser.js, scripts/autouser/eventhandlers, scripts/autouser/eventhandlers/invite.js, scripts/autouser/eventhandlers/op.js, scripts/autouser/eventhandlers/voice.js, scripts/config.js, scripts/core/commands/modules.js, scripts/core/core.js, scripts/example/commands/echo.js, scripts/example/example.js, scripts/irc/commands/invite.js, scripts/irc/commands/umode.js, scripts/irc/eventhandlers/part.js, scripts/irc/irc.js, scripts/perform.js, scripts/user/commands/auth.js, scripts/user/commands/ident.js, scripts/user/commands/logout.js, scripts/usermanager/commands/addusergroup.js, src/docs/README.html, src/docs/README.txt, src/docs/index.html, src/java/net/jawe/scriptbot/Bot.java, src/java/net/jawe/scriptbot/Config.java, src/java/net/jawe/scriptbot/impl/BotImpl.java, src/java/net/jawe/scriptbot/impl/ConfigImpl.java, src/java/net/jawe/scriptbot/impl/users/BotGroupImpl.java, src/java/net/jawe/scriptbot/impl/users/BotUserImpl.java, src/java/net/jawe/scriptbot/impl/users/UserManagerImpl.java, src/java/net/jawe/scriptbot/users/BotGroup.java, src/java/net/jawe/scriptbot/users/UserManager.java: bigger update due to SVN/DNS probs on sf.net's side after project rename: added modules autouser added module autohost with commands addophost, removeophost, addvoicehost, removevoicehost added javascript example, just for completeness added to irc module, commands invite, op, deop, voice, devoice added events login, logout changed: only OWNERs can add users to groups MASTER and OWNER added config setting auditCommands moved matchHostmask from BotUser to UserManager numerous minor changes and last but not least bug fixes :)
2007-02-08 02:46 jawe * src/java/net/jawe/scriptbot/Config.java, src/java/net/jawe/scriptbot/Main.java, src/java/net/jawe/scriptbot/impl/BotImpl.java, src/java/net/jawe/scriptbot/impl/ConfigImpl.java: removed config.scriptsDir, can't be independent of initScriptName added ability to start multiple bots from the command line 2007-02-08 02:44 jawe * build.properties: had lots of fun with ant :) 2007-02-08 02:43 jawe * scripts/autohost/eventhandlers/invite.js, scripts/autohost/eventhandlers/op.js, scripts/autohost/eventhandlers/voice.js, scripts/autouser/eventhandlers/voice.js, scripts/config.js: bugfixes 2007-02-08 02:43 jawe * build.xml: had lots of fun with ant :) 2007-02-08 02:42 jawe * src/java/net/jawe/scriptbot/users/UserManager.java: javadoc bugfix 2007-02-08 02:37 jawe * src/config/log4j.properties: new logs dir 2007-02-08 02:36 jawe * logs: new logs dir 2007-02-05 14:47 jawe * build.xml: incremented version to 0.0.3 2007-02-05 14:41 jawe * build.xml, scripts/autohost, scripts/autohost/autohost.js, scripts/autohost/commands, scripts/autohost/commands/addinvitehost.js, scripts/autohost/commands/addophost.js, scripts/autohost/commands/addvoicehost.js, scripts/autohost/commands/removeinvitehost.js, scripts/autohost/commands/removeophost.js, scripts/autohost/commands/removevoicehost.js, scripts/autohost/eventhandlers, scripts/autohost/eventhandlers/invite.js, scripts/autohost/eventhandlers/op.js, scripts/autohost/eventhandlers/voice.js, scripts/autouser, scripts/autouser/autouser.js, scripts/autouser/eventhandlers, scripts/autouser/eventhandlers/invite.js, scripts/autouser/eventhandlers/op.js, scripts/autouser/eventhandlers/voice.js, scripts/config.js, scripts/core/commands/modules.js, scripts/core/core.js, scripts/example/commands/echo.js, scripts/example/example.js, scripts/irc/commands/invite.js, scripts/irc/commands/umode.js, scripts/irc/eventhandlers/part.js, scripts/irc/irc.js, scripts/perform.js, scripts/user/commands/auth.js, scripts/user/commands/ident.js, scripts/user/commands/logout.js, scripts/usermanager/commands/addusergroup.js, src/docs/README.html, src/docs/README.txt, src/docs/index.html, src/java/net/jawe/scriptbot/Bot.java, src/java/net/jawe/scriptbot/Config.java, src/java/net/jawe/scriptbot/impl/BotImpl.java, src/java/net/jawe/scriptbot/impl/ConfigImpl.java, src/java/net/jawe/scriptbot/impl/users/BotGroupImpl.java, src/java/net/jawe/scriptbot/impl/users/BotUserImpl.java, src/java/net/jawe/scriptbot/impl/users/UserManagerImpl.java, src/java/net/jawe/scriptbot/users/BotGroup.java, src/java/net/jawe/scriptbot/users/UserManager.java: bigger update due to SVN/DNS probs on sf.net's side after project rename: added modules autouser added module autohost with commands addophost, removeophost, addvoicehost, removevoicehost added javascript example, just for completeness added to irc module, commands invite, op, deop, voice, devoice added events login, logout changed: only OWNERs can add users to groups MASTER and OWNER added config setting auditCommands moved matchHostmask from BotUser to UserManager numerous minor changes and last but not least bug fixes :)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?