diff options
| author | 2006-02-13 21:09:35 +0000 | |
|---|---|---|
| committer | 2006-02-13 21:09:35 +0000 | |
| commit | 2ea814385ef00a34f150e08c3dae14ef90978458 (patch) | |
| tree | feeac023e6618a0bb4e145351aac96002be0be37 /src/modules/m_spanningtree.cpp | |
| parent | Send the PONG back along the right path, maybe? (diff) | |
Forgot to change the prefix, whoops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3190 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index a24c0182e..1dbf54b59 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1839,7 +1839,7 @@ class TreeSocket : public InspSocket // this is a ping for us, send back PONG to the requesting server params[1] = params[0]; params[0] = forwardto; - DoOneToOne(prefix,"PONG",params,params[1]); + DoOneToOne(forwardto,"PONG",params,params[1]); } else { |
