Update event references to use 2.5.8 defines
This commit is contained in:
parent
0e551adcb3
commit
323b7264b1
1 changed files with 2 additions and 2 deletions
4
opsb.c
4
opsb.c
|
@ -860,8 +860,8 @@ int checkcache(scaninfo *scandata) {
|
||||||
|
|
||||||
|
|
||||||
EventFnList __module_events[] = {
|
EventFnList __module_events[] = {
|
||||||
{ "ONLINE", Online},
|
{ EVENT_ONLINE, Online},
|
||||||
{ "SIGNON", ScanNick},
|
{ EVENT_SIGNON, ScanNick},
|
||||||
{ NULL, NULL}
|
{ NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue