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:
|
||||
@irc2chan[/switches] <evennia_channel> = <ircnetwork> <port> <#irchannel> <botname>
|
||||
@irc2chan/ssl "
|
||||
@irc2chan/list
|
||||
@irc2chan/delete botname|#dbid
|
||||
|
||||
Switches:
|
||||
/delete - this will delete the bot and remove the irc connection
|
||||
to the channel.
|
||||
/remove - "
|
||||
/disconnect - "
|
||||
to the channel. Requires the botname or #dbid as input.
|
||||
/remove - alias to /delete
|
||||
/disconnect - alias to /delete
|
||||
/list - show all irc<->evennia mappings
|
||||
/ssl - use an SSL-encrypted connection
|
||||
|
||||
Example:
|
||||
@irc2chan myircchan = irc.dalnet.net 6667 myevennia-channel evennia-bot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue