From a8ee8e87590eebc9f1d20a8161bde413e7863277 Mon Sep 17 00:00:00 2001 From: abalabahaha Date: Fri, 4 Mar 2016 12:59:08 -0800 Subject: [PATCH] Update docs_client.rst --- docs/docs_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs_client.rst b/docs/docs_client.rst index 468915a05..fe4a9ef75 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -647,7 +647,7 @@ Emitted when a channel is deleted, supplies a Channel_ object. channelUpdated ~~~~~~~~~~~~~~ -Emitted when a channel is updated (e.g. name/topic change). Supplies a Channel_ object. +Emitted when a channel is updated (e.g. name/topic change). Supplies two Channel_ objects, the first being the channel before the update, the second being the new, updated channel. serverRoleCreated ~~~~~~~~~~~~~~~~~