diff --git a/src/modules/sajoin.c b/src/modules/sajoin.c index b41f1ae..5de6ff4 100644 --- a/src/modules/sajoin.c +++ b/src/modules/sajoin.c @@ -280,7 +280,7 @@ CMD_FUNC(cmd_sajoin) { if (!sjmode) { - sendnotice(target, "*** You were forced to join %s", jbuf); + //sendnotice(target, "*** You were forced to join %s", jbuf); sendto_umode_global(UMODE_OPER, "%s used SAJOIN to make %s join %s", client->name, target->name, jbuf); /* Logging function added by XeRXeS */ ircd_log(LOG_SACMDS,"SAJOIN: %s used SAJOIN to make %s join %s", @@ -288,7 +288,7 @@ CMD_FUNC(cmd_sajoin) } else { - sendnotice(target, "*** You were forced to join %s with '%c'", jbuf, sjmode); + //sendnotice(target, "*** You were forced to join %s with '%c'", jbuf, sjmode); sendto_umode_global(UMODE_OPER, "%s used SAJOIN to make %s join %c%s", client->name, target->name, sjmode, jbuf); ircd_log(LOG_SACMDS,"SAJOIN: %s used SAJOIN to make %s join %c%s", client->name, target->name, sjmode, jbuf);