summary refs log tree commit diff stats
path: root/src/common/inbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r--src/common/inbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c
index 4e93b3cd..b9503ddb 100644
--- a/src/common/inbound.c
+++ b/src/common/inbound.c
@@ -706,7 +706,7 @@ inbound_nameslist (server *serv, char *chan, char *names,
 			/* Ignore prefixes so '!' won't cause issues */
 			while (strchr (serv->nick_prefixes, *nopre_name) != NULL)
 			{
-				*nopre_name++;
+				nopre_name++;
 				offset++;
 			}