summaryrefslogtreecommitdiff
path: root/include/modes/umode_w.h
blob: e92d1ece2f965c3e22446999cc03bad346851338 (plain)
1
2
3
4
5
6
7
8
#include "mode.h"

class ModeUserWallops : public ModeHandler
{
 public:
	ModeUserWallops();
	ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
};