Made some minor tweaks to irc2chan docstring.
This commit is contained in:
parent
335f3d0425
commit
961e94f118
1 changed files with 4 additions and 5 deletions
|
|
@ -756,16 +756,15 @@ class CmdIRC2Chan(MuxCommand):
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
@irc2chan[/switches] <evennia_channel> = <ircnetwork> <port> <#irchannel> <botname>
|
@irc2chan[/switches] <evennia_channel> = <ircnetwork> <port> <#irchannel> <botname>
|
||||||
@irc2chan/ssl "
|
|
||||||
@irc2chan/list
|
|
||||||
@irc2chan/delete botname|#dbid
|
@irc2chan/delete botname|#dbid
|
||||||
|
|
||||||
Switches:
|
Switches:
|
||||||
/delete - this will delete the bot and remove the irc connection
|
/delete - this will delete the bot and remove the irc connection
|
||||||
to the channel.
|
to the channel. Requires the botname or #dbid as input.
|
||||||
/remove - "
|
/remove - alias to /delete
|
||||||
/disconnect - "
|
/disconnect - alias to /delete
|
||||||
/list - show all irc<->evennia mappings
|
/list - show all irc<->evennia mappings
|
||||||
|
/ssl - use an SSL-encrypted connection
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
@irc2chan myircchan = irc.dalnet.net 6667 myevennia-channel evennia-bot
|
@irc2chan myircchan = irc.dalnet.net 6667 myevennia-channel evennia-bot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue