diff --git a/src/cmds.c b/src/cmds.c index 1a4b0880d..dba051b03 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -1908,8 +1908,7 @@ static int add_to_handle(struct userrec *u, int idx, char *handle, char *host, i } } if ( !type && !glob_botmast(fr) && !chan_master(fr) && lookup_user_record(NULL, NULL, host)) { - dprintf(idx, "You cannot add %s matching another user!\n", - type ? "an account" : "a host"); + dprintf(idx, "You cannot add a host matching another user!\n"); return 1; } if (type) {