1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 19:26:38 +02:00

Fix this, delete that explodes the world.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1792 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2008-11-24 23:14:41 +00:00
parent 0779326cce
commit 2557d0b091
-1
View File
@@ -882,7 +882,6 @@ int anope_event_fjoin(const char *source, int ac, const char **av)
endnick:
strncat(nicklist, prefixandnick, 513);
strncat(nicklist, " ", 513);
delete [] curnick;
curtoken++;
curnick = myStrGetToken(av[ac - 1], ' ', curtoken);
nlen = 0;