···123123124124static command_t os_pingspam = {
125125 .name = "PINGSPAM",
126126- .desc = _("Spam a user with pings from every service, plus some bonus notices."),
126126+ .desc = N_("Spam a user with pings from every service, plus some bonus notices."),
127127 .access = PRIV_OMODE,
128128 .maxparc = 1,
129129 .cmd = &os_cmd_pingspam,
···132132133133static command_t os_autopingspam = {
134134 .name = "AUTOPINGSPAM",
135135- .desc = _("Spam connecting users with pings from every service, plus some bonus notices (setting)."),
135135+ .desc = N_("Spam connecting users with pings from every service, plus some bonus notices (setting)."),
136136 .access = PRIV_ADMIN,
137137 .maxparc = 1,
138138 .cmd = &os_cmd_autopingspam,