diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-18 18:04:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-18 18:04:21 +0000 |
commit | 034343f08ee58495d1224801a4528c919638e712 (patch) | |
tree | 16eaa52f5b8eadd7390054b1f6b21d29784334bc /src | |
parent | b3aa4ab27067fcdaae325bd8410fa4d8ccdad611 (diff) |
Start of moving m_spanningtree into a dir so we can split it, cutting down ram use during compile, and compile time
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6372 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_spanningtree/main.cpp (renamed from 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/main.cpp index 9d0f2b53c..93115f060 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $ModDesc: Povides a spanning tree server link protocol */ +/* $ModDesc: Provides a spanning tree server link protocol */ #include "configreader.h" #include "users.h" |