From: Ant Zucaro <azucaro@gmail.com>
Date: Thu, 19 May 2011 21:00:28 +0000 (-0400)
Subject: Add humorous "not found" message for the player_info template.
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f63129ee4748e548eb123648549ccd18d626a6d1;p=xonotic%2Fxonstat.git

Add humorous "not found" message for the player_info template.
---

diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako
index 471741a..6231968 100755
--- a/xonstat/templates/player_info.mako
+++ b/xonstat/templates/player_info.mako
@@ -10,7 +10,8 @@ ${parent.title()}
 
 
 % if player is None:
-<h2>Sorry, that player wasn't found!</h2>
+<h2>This player is so good we couldn't find him!</h2>
+<p>Seriously though, he probably doesn't exist...just a figment of your imagination. Carry on then!</p>
 
 % else:
 <h2>${player.nick}</h2>