aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index fcb59c86..0373f176 100644
--- a/irc.c
+++ b/irc.c
@@ -651,7 +651,6 @@ void irc_names( irc_t *irc, char *channel )
else if( ( c = conv_findchannel( channel ) ) )
{
GList *l;
- char *ops = set_getstr( &irc->set, "ops" );
/* root and the user aren't in the channel userlist but should
show up in /NAMES, so list them first: */