+2014-08-13 Kelvin White <kwhite@gnu.org>
+
+ * erc.el (erc-send-input): Disable display commands in current buffer
+ (erc-format-target-and/or-network): Fix cases when buffer name is set
+
2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
* erc-stamp.el (erc-timestamp-intangible): Disable by default because
(null erc-flood-protect) t))
(or (and erc-flood-protect (erc-split-line line))
(list line))))
- (split-string str "\n"))
- ;; Insert the prompt along with the command.
- (erc-display-command str)
+ (split-string str "\n"))
(erc-process-input-line (concat str "\n") t nil))
t)))))
(concat (erc-string-no-properties (erc-default-target))
"@" network-name))
((and network-name
- (not (string-equal network-name (buffer-name))))
+ (not (get-buffer network-name)))
(rename-buffer network-name)
network-name)
(t (buffer-name (current-buffer))))))