aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-10-15 11:31:13 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-10-15 11:31:13 +0200
commite97827bee83d3a0663aa284e72a4f6c84b4b4dfe (patch)
tree38fcda3162027d741598536c28a2c0cd4c3f52c6 /root_commands.c
parent3ef6410bab141e5c6ea465730a37289991c38f9f (diff)
parent695e39232324711816f1db8e25fdba59a0c6456f (diff)
Merging from devel.
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c
index 64dc71b9..e0cd15b9 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -655,7 +655,7 @@ static void cmd_allow( irc_t *irc, char **cmd )
format = "%-32.32s %-16.16s";
irc_usermsg( irc, format, "Handle", "Nickname" );
- for( l = a->gc->deny; l; l = l->next )
+ for( l = a->gc->permit; l; l = l->next )
{
user_t *u = user_findhandle( a->gc, l->data );
irc_usermsg( irc, format, l->data, u ? u->nick : "(none)" );