diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-09 20:04:19 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-09 20:04:19 +0000 |
commit | eb83f4b7a77c7825a5d2f7bc3f86f2fc6fa6db4f (patch) | |
tree | 84c8450c96b31bed3e2ec366e9769b0fb2da026f /src/commands | |
parent | dab57412042b83cd88deba9c01f565cc5b6a0932 (diff) |
Add Taros to regular contributors list, too.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11192 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/cmd_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_info.cpp b/src/commands/cmd_info.cpp index e0557df4d..4e9870b02 100644 --- a/src/commands/cmd_info.cpp +++ b/src/commands/cmd_info.cpp @@ -40,7 +40,7 @@ CmdResult CommandInfo::Handle (const std::vector<std::string>&, User *user) user->WriteNumeric(RPL_INFO, "%s : ", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s :\2Regular Contributors\2:", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s : Majic MacGyver Namegduf Ankit", user->nick.c_str()); - user->WriteNumeric(RPL_INFO, "%s : Phoenix", user->nick.c_str()); + user->WriteNumeric(RPL_INFO, "%s : Phoenix Taros", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s : ", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s :\2Other Contributors\2:", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s : dmb Zaba skenmy GreenReaper", user->nick.c_str()); |