diff options
author | Adam <Adam@anope.org> | 2013-01-30 17:42:33 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-01-30 17:44:07 -0500 |
commit | a62698a14a1c8b735050845b752f7a0f7175c227 (patch) | |
tree | e126698fd7b35ed3527cf31e8c3c989151304d70 /include/config.h | |
parent | 47af43c2810224ff0f101f8d0ed160100fae6896 (diff) |
Remove sendpass from the configs and the config reader since it no longer exists
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index b69c1ce30..4ea182c0d 100644 --- a/include/config.h +++ b/include/config.h @@ -474,7 +474,6 @@ class CoreExport ServerConfig /* Mail messages to send */ Anope::string MailRegistrationSubject, MailRegistrationMessage; Anope::string MailResetSubject, MailResetMessage; - Anope::string MailSendpassSubject, MailSendpassMessage; Anope::string MailEmailchangeSubject, MailEmailchangeMessage; Anope::string MailMemoSubject, MailMemoMessage; |