Fixed typo in unconfigured globops

This commit is contained in:
Mark 2003-10-07 15:19:29 +00:00
parent c6eeda4e63
commit 300abe77e2

2
opsb.c
View file

@ -574,7 +574,7 @@ int Online(char **av, int ac) {
void unconf() {
if (opsb.confed == 1) return;
chanalert(s_opsb, "Warning, OPSB is configured with default Settings. Please Update this ASAP");
globops(s_opsb, "Warning, OPSB is configred with default Settings, Please Update this ASAP");
globops(s_opsb, "Warning, OPSB is configured with default Settings, Please Update this ASAP");
}
void checkqueue() {