update to new event table end macro
This commit is contained in:
parent
9e979baaab
commit
0e3336ed56
1 changed files with 1 additions and 1 deletions
2
blsb.c
2
blsb.c
|
@ -125,7 +125,7 @@ static BotInfo blsb_botinfo =
|
||||||
ModuleEvent module_events[] =
|
ModuleEvent module_events[] =
|
||||||
{
|
{
|
||||||
{ EVENT_NICKIP, event_nickip, EVENT_FLAG_EXCLUDE_ME},
|
{ EVENT_NICKIP, event_nickip, EVENT_FLAG_EXCLUDE_ME},
|
||||||
{ EVENT_NULL, NULL}
|
NS_EVENT_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
/** @brief new_bldomain
|
/** @brief new_bldomain
|
||||||
|
|
Reference in a new issue