diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-07-19 18:52:38 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-07-19 18:52:38 +0200 |
commit | 0aaca60fdc1a6793b438ecc926bd937073d22685 (patch) | |
tree | 88af0ce1d2de568fab195386b5d33cddd3f9b6e1 /irc.c | |
parent | 04026d44c29f2b7d64f81bb2d2d061a7d111662f (diff) |
Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.
Diffstat (limited to 'irc.c')
-rw-r--r-- | irc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: */ |