summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-08 21:03:41 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-08 21:03:41 +0000
commit401f5fe4bbb808ce2766ad73257d1ddcc8feccb5 (patch)
treeef2a0130265d865893220cc0c9ef4af0f1e7f8a2 /src/modules
parent7576bae62bc5dead560dfd3551d0659e4b4443cb (diff)
Fixed typo in new TS thing
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2281 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_spanningtree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 703765246..1e61286af 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -837,7 +837,7 @@ class TreeSocket : public InspSocket
/* theres a mode for this user. push them onto the mode queue, and flush it
* if there are more than MAXMODES to go.
*/
- if ((ourTS >= TS) || (is_uline(user->server)))
+ if ((ourTS >= TS) || (is_uline(who->server)))
{
/* We also always let u-lined clients win, no matter what the TS value */
log(DEBUG,"Our our channel newer than theirs, accepting their modes");