* liece-vars.el (liece-channel-buffer-mode): Set default to t.
[elisp/liece.git] / lisp / liece.el
index 7471440..a9c3e05 100644 (file)
@@ -444,8 +444,6 @@ If optional argument SERVICE is non-nil, open by the service name."
     (if (and (memq type '(rlogin telnet)) relay)
        (setq liece-tcp-relay-host relay))
     (setq liece-tmp-server-name host)
-    (unless (string-match "^[^\\[]" host)
-      (setq host (substring host 1 (1- (length host)))))
     (setq liece-server-process (liece-open-server-internal host service type))
     (setq liece-after-registration nil)
     (liece-maybe-poll)