projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687d04c
)
Fixed.
author
ueno
<ueno>
Mon, 13 Dec 2004 23:54:43 +0000
(23:54 +0000)
committer
ueno
<ueno>
Mon, 13 Dec 2004 23:54:43 +0000
(23:54 +0000)
lisp/riece-irc.el
patch
|
blob
|
history
diff --git
a/lisp/riece-irc.el
b/lisp/riece-irc.el
index
faa4c56
..
77de700
100644
(file)
--- a/
lisp/riece-irc.el
+++ b/
lisp/riece-irc.el
@@
-82,7
+82,7
@@
(format "USER %s * * :%s\r\n"
(if (and username
(not (string-match
- "[^\0\r\n @]"
+ "[\0\r\n @]"
username)))
username
(user-real-login-name))