diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-12-03 16:17:48 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-12-03 16:17:48 +0000 |
commit | edfb74f6e6754e2deac33984d87da134646c0517 (patch) | |
tree | 7012d37d398f0a61507951b3de6d1cebbe6b27a3 /src | |
parent | 2ad0fde82615d1765287d287bc444837d5e91ad4 (diff) |
BUILD : 1.7.19 (1315) BUGS : NOTES : Left an oops after the last commit :)
git-svn-id: svn://svn.anope.org/anope/trunk@1315 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1033 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/inspircd11.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index ebe0a553c..972ffd1b3 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -944,8 +944,6 @@ void inspircd_cmd_chghost(char *nick, char *vhost) /* CHGIDENT */ void inspircd_cmd_chgident(char *nick, char *vIdent) { -void inspircd_cmd_chgident(char *nick, char *vIdent) -{ if (has_chgidentmod == 1) { if (!nick || !vIdent || !*vIdent) { return; |