1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 10:43:13 +02:00

Fix deleting badwords/modes/logs etc

This commit is contained in:
Adam
2013-07-08 20:35:04 -04:00
parent b103d16eb1
commit eabb9c0c11
6 changed files with 68 additions and 26 deletions
+1
View File
@@ -32,6 +32,7 @@ struct BadWord
Anope::string word;
BadWordType type;
virtual ~BadWord() { }
protected:
BadWord() { }
};