mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Remove calls to ListModeBase::OnCleanup (deprecated, empty function)
This commit is contained in:
parent
357a38d160
commit
81d7a5b538
@ -123,11 +123,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void OnCleanup(int target_type, void* item)
|
||||
{
|
||||
mh.DoCleanup(target_type, item);
|
||||
}
|
||||
|
||||
void OnSyncChannel(Channel* chan, Module* proto, void* opaque)
|
||||
{
|
||||
mh.DoSyncChannel(chan, proto, opaque);
|
||||
|
@ -115,11 +115,6 @@ public:
|
||||
return MOD_RES_PASSTHRU;
|
||||
}
|
||||
|
||||
void OnCleanup(int target_type, void* item)
|
||||
{
|
||||
be.DoCleanup(target_type, item);
|
||||
}
|
||||
|
||||
void OnSyncChannel(Channel* chan, Module* proto, void* opaque)
|
||||
{
|
||||
be.DoSyncChannel(chan, proto, opaque);
|
||||
|
@ -128,11 +128,6 @@ class ModuleChanFilter : public Module
|
||||
return MOD_RES_PASSTHRU;
|
||||
}
|
||||
|
||||
virtual void OnCleanup(int target_type, void* item)
|
||||
{
|
||||
cf.DoCleanup(target_type, item);
|
||||
}
|
||||
|
||||
virtual ModResult OnUserPreNotice(User* user,void* dest,int target_type, std::string &text, char status, CUList &exempt_list)
|
||||
{
|
||||
return OnUserPreMessage(user,dest,target_type,text,status,exempt_list);
|
||||
|
@ -90,11 +90,6 @@ public:
|
||||
return MOD_RES_PASSTHRU;
|
||||
}
|
||||
|
||||
void OnCleanup(int target_type, void* item)
|
||||
{
|
||||
ie.DoCleanup(target_type, item);
|
||||
}
|
||||
|
||||
void OnSyncChannel(Channel* chan, Module* proto, void* opaque)
|
||||
{
|
||||
ie.DoSyncChannel(chan, proto, opaque);
|
||||
|
Loading…
x
Reference in New Issue
Block a user