Fix a typo
This commit is contained in:
parent
67cecc2b22
commit
a039358ed0
|
@ -42,7 +42,7 @@
|
||||||
#include "s_newconf.h"
|
#include "s_newconf.h"
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
#include "chmode.h"
|
#include "chmode.h"
|
||||||
#include "irc_dictionary.h";
|
#include "irc_dictionary.h"
|
||||||
|
|
||||||
/* bitmasks for error returns, so we send once per call */
|
/* bitmasks for error returns, so we send once per call */
|
||||||
#define SM_ERR_NOTS 0x00000001 /* No TS on channel */
|
#define SM_ERR_NOTS 0x00000001 /* No TS on channel */
|
||||||
|
|
Loading…
Reference in New Issue