projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5196a0b
)
aggiunta la sostituzione nel nome degli spazi con _
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Thu, 18 Jan 2007 19:50:05 +0000
(19:50 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Thu, 18 Jan 2007 19:50:05 +0000
(19:50 +0000)
web/brisk.phh
patch
|
blob
|
history
diff --git
a/web/brisk.phh
b/web/brisk.phh
index
899bc89
..
b4b7c2a
100644
(file)
--- a/
web/brisk.phh
+++ b/
web/brisk.phh
@@
-516,7
+516,7
@@
class brisco {
if (strncmp($user_mesg, "/nick ", 6) == 0) {
log_main($user->sess, "chatt_send BEGIN");
- $name_new = s
ubstr(trim(substr($user_mesg, 6)),0,12
);
+ $name_new = s
tr_replace(' ', '_', substr(trim(substr($user_mesg, 6)),0,12)
);
$user_mesg = "COMMAND ".$user_mesg;
// Search dup name
// change