1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 05:43:12 +02:00

Remove confusing information regarding /TSCTL.

This commit is contained in:
Bram Matthys
2019-09-21 16:22:49 +02:00
parent 83492a613d
commit 330cf9ed24
8 changed files with 12 additions and 34 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ CMD_FUNC(cmd_tsctl)
if (MyUser(sptr) && (!parv[1] || strcasecmp(parv[1], "alltime")))
{
sendnotice(sptr, "/TSCTL now shows the time on all servers. You can now longer MODIFY the time.");
sendnotice(sptr, "/TSCTL now shows the time on all servers. You can no longer modify the time.");
parv[1] = "alltime";
}