Update event references to use 2.5.8 defines

This commit is contained in:
Mark 2003-11-05 20:27:30 +00:00
parent 0e551adcb3
commit 323b7264b1

4
opsb.c
View file

@ -860,8 +860,8 @@ int checkcache(scaninfo *scandata) {
EventFnList __module_events[] = {
{ "ONLINE", Online},
{ "SIGNON", ScanNick},
{ EVENT_ONLINE, Online},
{ EVENT_SIGNON, ScanNick},
{ NULL, NULL}
};