mirror of
https://github.com/anope/anope.git
synced 2026-07-04 04:23:12 +02:00
Added ns_set_misc and cs_set_misc.
These modules allows users to configure settable options in /ns and /cs set that will be displayed in /ns and /cs info. Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq
This commit is contained in:
+1
-5
@@ -22,7 +22,7 @@ ChannelInfo::ChannelInfo(const std::string &chname)
|
||||
throw CoreException("Empty channel passed to ChannelInfo constructor");
|
||||
|
||||
founder = successor = NULL;
|
||||
desc = url = email = last_topic = forbidby = forbidreason = NULL;
|
||||
desc = last_topic = forbidby = forbidreason = NULL;
|
||||
last_topic_time = 0;
|
||||
levels = NULL;
|
||||
entry_message = NULL;
|
||||
@@ -83,10 +83,6 @@ ChannelInfo::~ChannelInfo()
|
||||
|
||||
if (this->desc)
|
||||
delete [] this->desc;
|
||||
if (this->url)
|
||||
delete [] this->url;
|
||||
if (this->email)
|
||||
delete [] this->email;
|
||||
if (this->entry_message)
|
||||
delete [] this->entry_message;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user