diff options
author | Adam <Adam@anope.org> | 2011-05-06 18:02:53 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-16 04:10:18 -0400 |
commit | fd4b52ec385167794eaadb18ee635bef757728ee (patch) | |
tree | 49d3e835b072a10887309d8d9155982a5aa61ed0 /modules/core/db_mysql_live.cpp | |
parent | b59602abf85d522bb2f188be70b6cb7c9556a856 (diff) |
Added os_forbid
Diffstat (limited to 'modules/core/db_mysql_live.cpp')
-rw-r--r-- | modules/core/db_mysql_live.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/core/db_mysql_live.cpp b/modules/core/db_mysql_live.cpp index 04a9e53c6..4c7bd4f0b 100644 --- a/modules/core/db_mysql_live.cpp +++ b/modules/core/db_mysql_live.cpp @@ -46,8 +46,6 @@ static void ChanInfoUpdate(const SQLResult &res) ci->time_registered = convertTo<time_t>(res.Get(0, "time_registered")); ci->ClearFlags(); ci->FromString(BuildStringVector(res.Get(0, "flags"))); - ci->forbidby = res.Get(0, "forbidby"); - ci->forbidreason = res.Get(0, "forbidreason"); ci->bantype = convertTo<int>(res.Get(0, "bantype")); ci->memos.memomax = convertTo<unsigned>(res.Get(0, "memomax")); |