diff options
| author | 2006-06-08 22:02:02 +0000 | |
|---|---|---|
| committer | 2006-06-08 22:02:02 +0000 | |
| commit | 8e1381822d9be8a2d319fad42f095948b71f7ca1 (patch) | |
| tree | aa4a2ba40d2d8360d6e1726102f0585bbb139280 /src/cmd_ping.cpp | |
| parent | Fix for mode string getting cut, breaks on some +L (diff) | |
Test commit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3996 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_ping.cpp')
| -rw-r--r-- | src/cmd_ping.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd_ping.cpp b/src/cmd_ping.cpp index 9721c0ca3..01d0e021b 100644 --- a/src/cmd_ping.cpp +++ b/src/cmd_ping.cpp @@ -22,6 +22,7 @@ extern ServerConfig* Config; + void cmd_ping::Handle (char **parameters, int pcnt, userrec *user) { WriteServ(user->fd,"PONG %s :%s",Config->ServerName,parameters[0]); |
