diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-07-04 21:15:16 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-07-04 21:15:16 +0000 |
commit | 268c8181dbcc476053f6db6033d9943da336569f (patch) | |
tree | 005e2d770609373414fdc0f1348587a65eff25bb | |
parent | 0632a45062f79e284a8f2e76722514acc0767332 (diff) |
- m_xline.c:ms_xline(): removed already solved XXX comment
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2361 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | modules/m_xline.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/m_xline.c b/modules/m_xline.c index 1c3e53e..8f04b24 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -131,7 +131,6 @@ mo_xline(struct Client *client_p, struct Client *source_p, /* ms_xline() * * inputs - oper, target server, xline, {type}, reason - * deprecate {type} reserve for temp xlines later? XXX * * outputs - none * side effects - propagates xline, applies it if we are a target |