mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4141 e03df62e-2008-0410-955e-edbf42e46eb7
9 lines
219 B
C++
9 lines
219 B
C++
#include "mode.h"
|
|
|
|
class ModeChannelModerated : public ModeHandler
|
|
{
|
|
public:
|
|
ModeChannelModerated();
|
|
ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding);
|
|
};
|