mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix delayjoin adding an extra @ prefix mode
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11172 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
75f147a25e
commit
ebab04970b
@ -20,7 +20,7 @@ class DelayJoinMode : public ModeHandler
|
||||
CUList empty;
|
||||
Module* Creator;
|
||||
public:
|
||||
DelayJoinMode(InspIRCd* Instance, Module* Parent) : ModeHandler(Instance, 'D', 0, 0, false, MODETYPE_CHANNEL, false, '@', '@'), Creator(Parent) {};
|
||||
DelayJoinMode(InspIRCd* Instance, Module* Parent) : ModeHandler(Instance, 'D', 0, 0, false, MODETYPE_CHANNEL, false, 0, '@'), Creator(Parent) {};
|
||||
|
||||
ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding, bool);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user