Index: irpg/trunk/bot/bot.v3.1.2.pl
===================================================================
--- irpg/trunk/bot/bot.v3.1.2.pl	(revision 1468)
+++ irpg/trunk/bot/bot.v3.1.2.pl	(revision 1469)
@@ -589,5 +589,5 @@
                         chanmsg(sprintf(gettext("Welcome %s\'s new player %s, ".
 						"the %s! Next level in %s."),
-					$usernick,$arg[4], "".(@arg[6..$#arg]),
+					$usernick,$arg[4], join(" ",(@arg[6..$#arg])),
 					duration($opts{rpbase})));
                         privmsg(sprintf(gettext("Success! Account %s created. ".
@@ -773,5 +773,5 @@
                     $rps{$arg[4]}{class} = "@arg[5..$#arg]";
                     privmsg(sprintf(gettext("Class for %s changed to %s."),
-				    $arg[4],"".(@arg[5..$#arg])), $usernick, 1);
+				    $arg[4],join(" ",(@arg[5..$#arg]))), $usernick, 1);
                 }
             }
