atheme

changeset 6345:f8a36f2714e2

memoserv/sendall: bugfixes !@()%R$*($*(!@!#
author William Pitcock <nenolod@atheme.org>
date Wed Apr 27 00:28:25 2011 -0500 (12 months ago)
parents 2e5c641798aa
children 543aa6943a96
files modules/memoserv/sendall.c
line diff
     1.1 --- a/modules/memoserv/sendall.c	Wed Apr 27 00:25:40 2011 -0500
     1.2 +++ b/modules/memoserv/sendall.c	Wed Apr 27 00:28:25 2011 -0500
     1.3 @@ -9,7 +9,7 @@
     1.4  
     1.5  DECLARE_MODULE_V1
     1.6  (
     1.7 -	"memoserv/sendgroup", false, _modinit, _moddeinit,
     1.8 +	"memoserv/sendall", false, _modinit, _moddeinit,
     1.9  	PACKAGE_STRING,
    1.10  	"Atheme Development Group <http://www.atheme.org>"
    1.11  );
    1.12 @@ -167,7 +167,7 @@
    1.13  		command_add_flood(si, FLOOD_HEAVY);
    1.14  	else if (sent > 1)
    1.15  		command_add_flood(si, FLOOD_MODERATE);
    1.16 -	logcommand(si, CMDLOG_ADMIN, "SENDALL: to \2%s\2 (%d/%d sent) (oper override)", m, sent, tried);
    1.17 +	logcommand(si, CMDLOG_ADMIN, "SENDALL: \2%s\2 (%d/%d sent) (oper override)", m, sent, tried);
    1.18  	command_success_nodata(si, _("The memo has been successfully sent to %d accounts."), sent);
    1.19  	return;
    1.20  }