]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add basic stuff for protocol interface and implement a couple of the methods. It...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 4 Apr 2008 12:30:38 +0000 (12:30 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 4 Apr 2008 12:30:38 +0000 (12:30 +0000)
commite48c7e038abe2954ecec30f465c811f017793332
treef92dde2e2a533f92f4fc342890627581793bcc3a
parent04dbe9ccc53fac455310ab9eca117a838b6d1d4c
Add basic stuff for protocol interface and implement a couple of the methods. It's all in ServerInstance->PI for calls from other modules/the core

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9297 e03df62e-2008-0410-955e-edbf42e46eb7
include/inspircd.h
include/protocol.h [new file with mode: 0644]
src/inspircd.cpp
src/modules/m_spanningtree/main.cpp
src/modules/m_spanningtree/protocolinterface.cpp [new file with mode: 0644]
src/modules/m_spanningtree/protocolinterface.h [new file with mode: 0644]