Add a module that extend prompt command with server feature (connect, join, ..)

This commit is contained in:
Némunaire 2012-08-14 05:55:48 +02:00
commit fe1fefecc0
2 changed files with 175 additions and 0 deletions

12
modules/cmd_server.xml Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" ?>
<nemubotmodule name="cmd_server">
<command name="close" call="close" />
<command name="connect" call="connect" />
<command name="disconnect" call="disconnect" />
<command name="hotswap" call="hotswap" />
<command name="join" call="join" />
<command name="leave" call="join" />
<command name="part" call="join" />
<command name="send" call="send" />
<command name="zap" call="zap" />
</nemubotmodule>