diff options
| author | 2008-01-06 14:43:42 +0000 | |
|---|---|---|
| committer | 2008-01-06 14:43:42 +0000 | |
| commit | e7f33ba1896482367d01379e84d5496631229741 (patch) | |
| tree | a291b202a7ca4438b93857c1d502e59342803d12 /src/modules.cpp | |
| parent | Basic core changes for permanent channels. (diff) | |
| download | inspircd++-e7f33ba1896482367d01379e84d5496631229741.tar.gz inspircd++-e7f33ba1896482367d01379e84d5496631229741.tar.bz2 inspircd++-e7f33ba1896482367d01379e84d5496631229741.zip | |
Permanent channels, currently conflicts with blockcaps (+P) and is untested
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8650 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 0ee715b27..87fd393f8 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -180,6 +180,7 @@ void Module::OnChangeName(User*, const std::string&) { } void Module::OnAddLine(User*, XLine*) { } void Module::OnDelLine(User*, XLine*) { } void Module::OnCleanup(int, void*) { } +int Module::OnChannelPreDelete(Channel*) { return 0; } void Module::OnChannelDelete(Channel*) { } void Module::OnSetAway(User*) { } void Module::OnCancelAway(User*) { } |
