summaryrefslogtreecommitdiff
path: root/src/commands/cmd_info.cpp
diff options
context:
space:
mode:
authorpsychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-29 19:50:34 +0000
committerpsychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-29 19:50:34 +0000
commit0c7b4e8f09a7766c45c4d2c38deba6d8ff001ec7 (patch)
tree3d59694dcdde6338d0f07670c0a2886a1840db33 /src/commands/cmd_info.cpp
parent796f6d79dfbe0e9406a6f6aa7efc6aec61af1955 (diff)
I was told that a new dev's first action must be adding himself to /info, so
here it is. Enjoy! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10347 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands/cmd_info.cpp')
-rw-r--r--src/commands/cmd_info.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/cmd_info.cpp b/src/commands/cmd_info.cpp
index 67c31fe4c..693e8576b 100644
--- a/src/commands/cmd_info.cpp
+++ b/src/commands/cmd_info.cpp
@@ -36,13 +36,13 @@ CmdResult CommandInfo::Handle (const std::vector<std::string>&, User *user)
user->WriteNumeric(RPL_INFO, "%s : Dennis Friis, peavey, <peavey@inspircd.org>", user->nick.c_str());
user->WriteNumeric(RPL_INFO, "%s : Thomas Stagner, aquanight, <aquanight@inspircd.org>", user->nick.c_str());
user->WriteNumeric(RPL_INFO, "%s : Eric Dietz, fez, <fez@inspircd.org>", user->nick.c_str());
+ user->WriteNumeric(RPL_INFO, "%s : Uli Schlachter, psychon, <psychon@inspircd.org>", user->nick.c_str());
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 : satmd nenolod John2 Skip", user->nick.c_str());
user->WriteNumeric(RPL_INFO, "%s : jilles Majic eggy Trystan", user->nick.c_str());
- user->WriteNumeric(RPL_INFO, "%s : Quension danieldg praetorian", user->nick.c_str());
- user->WriteNumeric(RPL_INFO, "%s : GreenReaper psychon Namegduf", user->nick.c_str());
- user->WriteNumeric(RPL_INFO, "%s : searchirc.com irc-junkie.org", user->nick.c_str());
+ user->WriteNumeric(RPL_INFO, "%s : Quension danieldg praetorian Namegduf", user->nick.c_str());
+ user->WriteNumeric(RPL_INFO, "%s : GreenReaper searchirc.com irc-junkie.org", 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 LeaChim", user->nick.c_str());