inspircd/include/modes/cmode_s.h
brain 2d05d8bc33 Header for cmode_s.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4124 e03df62e-2008-0410-955e-edbf42e46eb7
2006-07-07 14:31:05 +00:00

9 lines
213 B
C++

#include "mode.h"
class ModeChannelSecret : public ModeHandler
{
public:
ModeChannelSecret();
ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
};