From 5a3df09f1aeeb95fa97276816fb937d8d0944317 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 15 Oct 2005 00:21:26 +0000 Subject: [PATCH] Fixed. --- lisp/riece-300.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/riece-300.el b/lisp/riece-300.el index ab992c3..8510941 100644 --- a/lisp/riece-300.el +++ b/lisp/riece-300.el @@ -267,7 +267,7 @@ (setq parameters (riece-split-parameters (riece-decoded-string-for-identity decoded channel-identity)) - topic (nth 1 parameters)) + topic (nth 2 parameters)) (riece-channel-set-topic (riece-get-channel channel) topic) (riece-insert-info buffer (concat visible " users, topic: " topic "\n")) (riece-insert-info -- 1.7.10.4