From 7d4929efec9fa6d2c27de6bdec1b21564c156b46 Mon Sep 17 00:00:00 2001 From: "Tablet-PC\\cloud" Date: Fri, 27 Jan 2017 14:42:47 +1100 Subject: [PATCH] Adjust documentation. --- evennia/commands/default/comms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/commands/default/comms.py b/evennia/commands/default/comms.py index 20af341eee..2a34043a53 100644 --- a/evennia/commands/default/comms.py +++ b/evennia/commands/default/comms.py @@ -801,7 +801,7 @@ class CmdIRC2Chan(COMMAND_DEFAULT_CLASS): link an evennia channel to an external IRC channel Usage: - @irc2chan[/switches] = <#irchannel> [bottypeclass] + @irc2chan[/switches] = <#irchannel> [botpath] @irc2chan/delete botname|#dbid Switches: @@ -818,7 +818,7 @@ class CmdIRC2Chan(COMMAND_DEFAULT_CLASS): This creates an IRC bot that connects to a given IRC network and channel. It will relay everything said in the evennia channel to the IRC channel and vice versa. The bot will automatically connect at server start, so this - comman need only be given once. The /disconnect switch will permanently + command need only be given once. The /disconnect switch will permanently delete the bot. To only temporarily deactivate it, use the {w@services{n command instead. """