X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/blobdiff_plain/8bf6ec5b27219a5abc4e4c702e17103a6f5227d5..b60b5a0f827b99fecb8e92e8a283abd14430a502:/bot.tcl diff --git a/bot.tcl b/bot.tcl index 8a1f76e..9d5457b 100755 --- a/bot.tcl +++ b/bot.tcl @@ -1021,7 +1021,8 @@ def_chancmd show { if {[chandb_exists $chan]} { set l "Settings for $chan: autojoin " append l [lindex {no yes} [chandb_get $chan autojoin]] - append l ", mode " [chandb_get $chan mode] "." + append l ", mode " [chandb_get $chan mode] + append l ", userinvite " [chandb_get $chan userinvite] "." append l "\nManagers: " append l [join [chandb_get $chan managers] " "] ucmdr {} $l