[READ-ONLY] Mirror of https://github.com/VibeDevelopers/atheme-contrib-modules.
0

Configure Feed

Select the types of activity you want to include in your feed.

os_pingspam.c: use compile-time gettext macro

Aaron Jones (Jun 30, 2018, 7:39 PM UTC) 4f9b4e87 74209ffe

+2 -2
+2 -2
os_pingspam.c
··· 123 123 124 124 static command_t os_pingspam = { 125 125 .name = "PINGSPAM", 126 - .desc = _("Spam a user with pings from every service, plus some bonus notices."), 126 + .desc = N_("Spam a user with pings from every service, plus some bonus notices."), 127 127 .access = PRIV_OMODE, 128 128 .maxparc = 1, 129 129 .cmd = &os_cmd_pingspam, ··· 132 132 133 133 static command_t os_autopingspam = { 134 134 .name = "AUTOPINGSPAM", 135 - .desc = _("Spam connecting users with pings from every service, plus some bonus notices (setting)."), 135 + .desc = N_("Spam connecting users with pings from every service, plus some bonus notices (setting)."), 136 136 .access = PRIV_ADMIN, 137 137 .maxparc = 1, 138 138 .cmd = &os_cmd_autopingspam,