X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fopserv.c;h=ed6bd5fcdc8153092b85d33540d0721692ecaa0c;hb=76de0969883e456b24b9142bafa8839c7faa3999;hp=26dab12415b486e4941e7de64899ffd4fd46fc0b;hpb=8b769be4f80f2a852a22b17b679fa3fe372c5990;p=srvx.git diff --git a/src/opserv.c b/src/opserv.c index 26dab12..ed6bd5f 100644 --- a/src/opserv.c +++ b/src/opserv.c @@ -886,7 +886,7 @@ static MODCMD_FUNC(cmd_inviteme) return 0; } if (GetUserMode(opserv_conf.debug_channel, user)) { - reply("OSMSG_ALREADY_THERE", channel->name); + reply("OSMSG_ALREADY_THERE", opserv_conf.debug_channel->name); return 0; } irc_invite(cmd->parent->bot, target, opserv_conf.debug_channel);