diff options
| author | 2012-12-17 05:02:23 -0500 | |
|---|---|---|
| committer | 2012-12-17 05:02:23 -0500 | |
| commit | a82560a7bc7cd013fd4dfe92b79d33cf8722f04d (patch) | |
| tree | 6e55d18d325bda5562c01122747b3e9ae719478c | |
| parent | Fixed crash in m_silence from users giving invalid input (diff) | |
Add myself to the Other Contributors list
| -rw-r--r-- | src/commands/cmd_info.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/cmd_info.cpp b/src/commands/cmd_info.cpp index 64f91c54e..50c1c23a5 100644 --- a/src/commands/cmd_info.cpp +++ b/src/commands/cmd_info.cpp @@ -57,6 +57,7 @@ CmdResult CommandInfo::Handle (const std::vector<std::string>&, User *user) user->WriteNumeric(RPL_INFO, "%s : Adremelech John2 jilles HiroP", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s : eggy Bricker AnMaster djGrrr", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s : nenolod Quension praetorian pippijn", user->nick.c_str()); + user->WriteNumeric(RPL_INFO, "%s : Adam", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s : ", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s :\2Former Contributors\2:", user->nick.c_str()); user->WriteNumeric(RPL_INFO, "%s : CC jamie typobox43 Burlex (win32)", user->nick.c_str()); |
