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[] = {
|
||||
{ "ONLINE", Online},
|
||||
{ "SIGNON", ScanNick},
|
||||
{ EVENT_ONLINE, Online},
|
||||
{ EVENT_SIGNON, ScanNick},
|
||||
{ NULL, NULL}
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue