Fixed typo in unconfigured globops
This commit is contained in:
parent
c6eeda4e63
commit
300abe77e2
1 changed files with 1 additions and 1 deletions
2
opsb.c
2
opsb.c
|
@ -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() {
|
||||
|
|
Reference in a new issue