X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-server.el;h=5a0db116263838f5e4b6e168c2b844706869f157;hp=1788e0e42c925855aeb43ca3ddcc4a148b8d02a0;hb=a276a2a33ae21ebef38bdd8aa6ef93b088f13e77;hpb=5935701a450552d02a0d2920b86fa87b7bad0acb diff --git a/lisp/riece-server.el b/lisp/riece-server.el index 1788e0e..5a0db11 100644 --- a/lisp/riece-server.el +++ b/lisp/riece-server.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -36,6 +36,7 @@ '((:host) (:service 6667) (:nickname riece-nickname) + (:realname riece-realname) (:username riece-username) (:password) (:function riece-default-open-connection-function) @@ -197,8 +198,7 @@ the `riece-server-keyword-map' variable." (let* ((server-name (if identity (riece-identity-server identity) (riece-current-server-name))) - (process (riece-server-process server-name)) - coding-system) + (process (riece-server-process server-name))) (unless process (error "%s" (substitute-command-keys "Type \\[riece-command-open-server] to open server."))) @@ -261,6 +261,7 @@ the `riece-server-keyword-map' variable." (make-local-variable 'riece-server-name) (make-local-variable 'riece-read-point) (setq riece-read-point (point-min)) + (make-local-variable 'riece-filter-running) (make-local-variable 'riece-send-queue) (setq riece-send-queue (riece-make-queue)) (make-local-variable 'riece-send-size)