diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-04 12:26:53 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-04 12:26:53 +0000 |
commit | 73aa056a952af0cfc7911ff5c28e38a5e5d5389a (patch) | |
tree | 8fccd8fa080d0f718c08fc05c67d20110a9f1a09 /modules | |
parent | 769dbfa3f3d3a2f84b42ee96b4eaae9d4178759b (diff) |
- Removed usermode +C
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2184 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_etrace.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/m_etrace.c b/modules/m_etrace.c index d7d0efa..1a067a8 100644 --- a/modules/m_etrace.c +++ b/modules/m_etrace.c @@ -84,8 +84,7 @@ do_etrace(struct Client *source_p, int parc, char *parv[]) tname = "*"; } - if (HasUMode(source_p, UMODE_CCONN_FULL)) - full_etrace = 1; + full_etrace = 1; /* XXX */ if (!wilds && !do_all) { |