From 2ea814385ef00a34f150e08c3dae14ef90978458 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 13 Feb 2006 21:09:35 +0000 Subject: Forgot to change the prefix, whoops git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3190 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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 { -- cgit v1.2.3