aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-07-19 18:52:38 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-07-19 18:52:38 +0200
commit0aaca60fdc1a6793b438ecc926bd937073d22685 (patch)
tree88af0ce1d2de568fab195386b5d33cddd3f9b6e1 /irc.c
parent04026d44c29f2b7d64f81bb2d2d061a7d111662f (diff)
Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.
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: */