From d3ee7ed9186aaa7932acbe2769306dfa51950a00 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 15 Aug 2015 05:12:20 -0700 Subject: [PATCH] plugins/admin: fix command help for 'mode' --- plugins/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin.py b/plugins/admin.py index 1cbfdf3..8362a10 100644 --- a/plugins/admin.py +++ b/plugins/admin.py @@ -186,7 +186,7 @@ def showchan(irc, source, args): def mode(irc, source, args): """ - Admin-only. Sets modes on from , where is the nick of a PyLink client.""" + Admin-only. Sets modes on from , where is either the nick of a PyLink client, or the SID of a PyLink server.""" checkauthenticated(irc, source) try: modesource, target, modes = args[0], args[1], args[2:]