Remove a variable that is set but unused.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@485 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -591,8 +591,8 @@ SocketList *s, *s1 = NULL;
|
||||
|
||||
int tand_priv (int idx, char *args)
|
||||
{
|
||||
char *to, *from, *p, *i_dx;
|
||||
from = next_arg(args, &args);
|
||||
char *to, *p, *i_dx;
|
||||
next_arg(args, &args);
|
||||
to = next_arg(args, &args);
|
||||
p = strchr(to, '@');
|
||||
if (p && !my_stricmp(p+1, get_server_nickname(from_server)))
|
||||
|
||||
Reference in New Issue
Block a user