update to new event table end macro

This commit is contained in:
Mark 2005-09-19 20:38:09 +00:00
parent b2c4d93015
commit 02a1aa4e6c

2
opsb.c
View file

@ -118,7 +118,7 @@ static BotInfo opsb_botinfo =
ModuleEvent module_events[] =
{
{ EVENT_NICKIP, event_nickip, EVENT_FLAG_EXCLUDE_ME },
{ EVENT_NULL, NULL }
NS_EVENT_END()
};