diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-16 09:57:21 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-16 09:57:21 +0000 |
commit | 5fffe378580d8bafcaa94664bf05d97b11a6aae9 (patch) | |
tree | 892ec52551afffb3d123bc4f0054ed2e68232674 /src | |
parent | 14e4768140d796b3cb9eb979e74e48bffabd9bfc (diff) |
Add psychon to regular contributors
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10025 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/cmd_info.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/cmd_info.cpp b/src/commands/cmd_info.cpp index 517153948..1802cbdce 100644 --- a/src/commands/cmd_info.cpp +++ b/src/commands/cmd_info.cpp @@ -38,10 +38,10 @@ CmdResult CommandInfo::Handle (const std::vector<std::string>&, User *user) user->WriteServ( "371 %s : Eric Dietz, fez, <fez@inspircd.org>", user->nick.c_str()); user->WriteServ( "371 %s : ", user->nick.c_str()); user->WriteServ( "371 %s :\2Regular Contributors\2:", user->nick.c_str()); - user->WriteServ( "371 %s : satmd nenolod John2 Skip", user->nick.c_str()); - user->WriteServ( "371 %s : jilles Majic eggy Trystan", user->nick.c_str()); + user->WriteServ( "371 %s : satmd nenolod John2 Skip", user->nick.c_str()); + user->WriteServ( "371 %s : jilles Majic eggy Trystan", user->nick.c_str()); user->WriteServ( "371 %s : Quension danieldg praetorian", user->nick.c_str()); - user->WriteServ( "371 %s : GreenReaper searchirc.com irc-junkie.org", user->nick.c_str()); + user->WriteServ( "371 %s : GreenReaper psychon searchirc.com irc-junkie.org", user->nick.c_str()); user->WriteServ( "371 %s : ", user->nick.c_str()); user->WriteServ( "371 %s :\2Other Contributors\2:", user->nick.c_str()); user->WriteServ( "371 %s : dmb Zaba skenmy LeaChim", user->nick.c_str()); |