Added wesbot at the end of about

This commit is contained in:
Isaac Clerencia Perez 2004-08-02 13:16:53 +00:00
parent 91afb5ceca
commit eeb9f588dc

View File

@ -210,6 +210,11 @@ std::vector<std::string> get_text() {
text.push_back("- Jan Zvánovec (jaz)");
text.push_back("- Maksim Orlovich (SadEagle)");
text.push_back("+ ");
text.push_back("+ Bots");
text.push_back("- wesbot");
text.push_back("+ ");
return text;
}