diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-03-03 16:19:06 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-03-03 16:19:06 +0000 |
commit | 13c26383c99e8ee664898bc9dfc3a0ee0e9044f2 (patch) | |
tree | 51c3f6b4b0960083b3876d6a75474ccddcfa6320 /src | |
parent | f70d6e35ec2b33cdf87af4d6a5b00ecfeeeefd70 (diff) |
# BUILD : 1.7.18 (1230) # BUGS : 656 # NOTES : We now send out UNKLINE on hybridircd
git-svn-id: svn://svn.anope.org/anope/trunk@1230 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@949 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/hybrid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c index 05c9dc0d7..7f2230b6d 100644 --- a/src/protocol/hybrid.c +++ b/src/protocol/hybrid.c @@ -687,7 +687,8 @@ void hybrid_cmd_sgline(char *mask, char *reason) void hybrid_cmd_remove_akill(char *user, char *host) { - /* does not support */ + // hybrid seems to support UNKLINE -Certus + send_cmd(s_OperServ, "UNKLINE * %s %s", user, host); } void hybrid_cmd_topic(char *whosets, char *chan, char *whosetit, |