diff options
| author | 2006-03-27 18:11:10 +0000 | |
|---|---|---|
| committer | 2006-03-27 18:11:10 +0000 | |
| commit | 6bba4e9bf05c91e536f9eba4913c4d9a4a26002d (patch) | |
| tree | 81b1b7d2ab5d7356e435ea9f26f38c47df41595f /src/cmd_info.cpp | |
| parent | Indentation fixes, and stop it snoticing on every join by an override-allowed... (diff) | |
| download | inspircd++-6bba4e9bf05c91e536f9eba4913c4d9a4a26002d.tar.gz inspircd++-6bba4e9bf05c91e536f9eba4913c4d9a4a26002d.tar.bz2 inspircd++-6bba4e9bf05c91e536f9eba4913c4d9a4a26002d.zip | |
"I'm a tester, honest!" :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3777 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_info.cpp')
| -rw-r--r-- | src/cmd_info.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd_info.cpp b/src/cmd_info.cpp index 527c5f878..692fa0e07 100644 --- a/src/cmd_info.cpp +++ b/src/cmd_info.cpp @@ -71,6 +71,7 @@ void cmd_info::Handle (char **parameters, int pcnt, userrec *user) WriteServ(user->fd, "371 %s : Jason", user->nick); WriteServ(user->fd, "371 %s : ThaPrince", user->nick); WriteServ(user->fd, "371 %s : eggy", user->nick); + WriteServ(user->fd, "371 %s : skenmy", user->nick); WriteServ(user->fd, "371 %s : ", user->nick); WriteServ(user->fd, "371 %s :Thanks to irc-junkie and searchirc", user->nick); WriteServ(user->fd, "371 %s :for the nice comments and the help", user->nick); |
