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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user