]> jfr.im git - irc/gameservirc.git/commitdiff
not sure why this wasn't updated
authorkainazzzo <redacted>
Thu, 25 Jan 2007 20:28:03 +0000 (20:28 +0000)
committerkainazzzo <redacted>
Thu, 25 Jan 2007 20:28:03 +0000 (20:28 +0000)
git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@483 bc333340-6410-0410-a689-9d09f3c113fa

gameserv/do_list.cpp

index 5168c07b4b155476b780811015601ba4705a7938..1767c13db9e0eb38dccda47a4c9055966269fd97 100644 (file)
@@ -47,7 +47,7 @@ void do_list(char *u)
            header = true;
 
         }
-        notice(s_GameServ, u, "Level: %2d Exp: %10d Name: %s", 
+        notice(s_GameServ, u, "Level: %2d Exp: %-10d Name: %s", 
         (*iter).getLevel(), (*iter).getExp(), (*iter).getName().c_str());
         iter++;
      }