diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-08 21:04:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-08 21:04:37 +0000 |
commit | 592c0da40e4efeb2f6b6414726f45dd4fb80cd8e (patch) | |
tree | fa2e377443b004914ad54e2973b23026fed603d5 /src/modules/m_spanningtree.cpp | |
parent | 401f5fe4bbb808ce2766ad73257d1ddcc8feccb5 (diff) |
Fixed ANOTHER goddamn typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2282 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 1e61286af..6b4791894 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(who->server))) + if ((ourTS >= TS) || (Srv->IsUlined(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"); |