aggiunta la sostituzione nel nome degli spazi con _
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 18 Jan 2007 19:50:05 +0000 (19:50 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 18 Jan 2007 19:50:05 +0000 (19:50 +0000)
web/brisk.phh

index 899bc89..b4b7c2a 100644 (file)
@@ -516,7 +516,7 @@ class brisco {
     if (strncmp($user_mesg, "/nick ", 6) == 0) {
       log_main($user->sess, "chatt_send BEGIN");
 
-      $name_new = substr(trim(substr($user_mesg, 6)),0,12);
+      $name_new = str_replace(' ', '_', substr(trim(substr($user_mesg, 6)),0,12));
       $user_mesg = "COMMAND ".$user_mesg;
       // Search dup name
       // change