Add a module that extend prompt command with server feature (connect, join, ..)
This commit is contained in:
parent
e4d4e68c45
commit
fe1fefecc0
2 changed files with 175 additions and 0 deletions
12
modules/cmd_server.xml
Normal file
12
modules/cmd_server.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue