diff options
| author | Adam <Adam@anope.org> | 2011-08-13 14:24:08 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-09-10 00:58:35 -0400 |
| commit | 4a7ba7ef4cd92263d8187b1385d8bf46102ef7b3 (patch) | |
| tree | d03e1e17d7a736b6369a59b0418c5f468a040838 /include | |
| parent | 2b5d9f349f0990f664e1e6a685dd2ef983b388c8 (diff) | |
Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should be set.
Diffstat (limited to 'include')
| -rw-r--r-- | include/config.h | 4 | ||||
| -rw-r--r-- | include/oper.h | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h index 6e686b13f..63c11266c 100644 --- a/include/config.h +++ b/include/config.h @@ -576,8 +576,6 @@ class CoreExport ServerConfig time_t SNLineExpiry; /* Default expiry time for SQLines */ time_t SQLineExpiry; - /* Default expiry time for SZLine */ - time_t SZLineExpiry; /* Actually akill the user when the akill is added */ bool AkillOnAdd; /* Kill users on SNLine */ @@ -594,8 +592,6 @@ class CoreExport ServerConfig bool WallSNLineExpire; /* Send a WALLOPS/GLOBOPS when SQLines expire */ bool WallSQLineExpire; - /* Send a WALLOPS/GLOBOPS when SZLines expire */ - bool WallSZLineExpire; /* Send a WALLOPS/GLOBOPS when exceptions expire */ bool WallExceptionExpire; /* Add the akillers nick to the akill reason */ diff --git a/include/oper.h b/include/oper.h index 57ce92f7c..228d1cf50 100644 --- a/include/oper.h +++ b/include/oper.h @@ -27,6 +27,7 @@ class CoreExport XLine Anope::string GetNick() const; Anope::string GetUser() const; Anope::string GetHost() const; + sockaddrs GetIP() const; }; class CoreExport XLineManager : public Service |
