|
@@ -653,6 +653,8 @@ const char *werr_tostr(int errnum)
|
|
|
return STR("Binary data is not initialized; try ./binary -C");
|
|
return STR("Binary data is not initialized; try ./binary -C");
|
|
|
case ERR_TOOMANYBOTS:
|
|
case ERR_TOOMANYBOTS:
|
|
|
return STR("Too many bots defined. 5 max. Too many will lead to klines.\nSpread out into multiple accounts/shells/ip ranges.");
|
|
return STR("Too many bots defined. 5 max. Too many will lead to klines.\nSpread out into multiple accounts/shells/ip ranges.");
|
|
|
|
|
+ case ERR_LIBS:
|
|
|
|
|
+ return STR("Failed to load required libraries");
|
|
|
default:
|
|
default:
|
|
|
return STR("Unforseen error");
|
|
return STR("Unforseen error");
|
|
|
}
|
|
}
|