diff options
| author | 2008-08-18 22:42:35 +0000 | |
|---|---|---|
| committer | 2008-08-18 22:42:35 +0000 | |
| commit | 4af37470382f63f7e6a1cb179ced332fc2ccc510 (patch) | |
| tree | 730b95b6cc2400f0927d518df4360f21ce130a92 /src/cmd_info.cpp | |
| parent | Increase the size of the matrix for map drawing to 250x250 (diff) | |
Work around OpenSSL retardation and braindamage: if you pass a different buffer to SSL_write() (location or contents/length), then the SSL_write() fails, which will kill the connection. Set ENABLE_PARTIAL_WRITE and ACCEPT_MOVING_WRITE_BUFFER to fix/work around this.. Thanks Namegduf. (add to contributors also)
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10160 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_info.cpp')
| -rw-r--r-- | src/cmd_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_info.cpp b/src/cmd_info.cpp index 076dd6e94..3927034bc 100644 --- a/src/cmd_info.cpp +++ b/src/cmd_info.cpp @@ -40,7 +40,7 @@ CmdResult cmd_info::Handle (const char** parameters, int pcnt, userrec *user) user->WriteServ( "371 %s : satmd nenolod BuildSmart HiroP", user->nick); user->WriteServ( "371 %s : jilles Stskeeps eggy Trystan", user->nick); user->WriteServ( "371 %s : Bricker danieldg DarkStorm Majic", user->nick); - user->WriteServ( "371 %s : ThaPrince Thunderhacker praetorian", user->nick); + user->WriteServ( "371 %s : ThaPrince Thunderhacker praetorian Namegduf", user->nick); user->WriteServ( "371 %s : searchirc.com irc-junkie.org", user->nick); user->WriteServ( "371 %s : ", user->nick); user->WriteServ( "371 %s :\2Other Contributors\2:", user->nick); |
