diff options
| author | 2006-03-27 20:17:05 +0000 | |
|---|---|---|
| committer | 2006-03-27 20:17:05 +0000 | |
| commit | cac4bef53dcef911e9133705748ab3584dbf9ae1 (patch) | |
| tree | 11f5a737442763bcfe969916cb351b04258a186b /src/modules/m_spanningtree.cpp | |
| parent | Fix for desync in channels with keys a'la services (diff) | |
Fix typo in spanningtree (who put this colon here?)
Allow for safer cloaking of hosts > 64 (backport from stable)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3782 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 660e40ae7..4830d715d 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1200,7 +1200,7 @@ class TreeSocket : public InspSocket const char* n = ""; if (x & UCMODE_OP) - ; { + { n = "@"; } else if (x & UCMODE_HOP) |
