diff options
Diffstat (limited to 'protocols/IRCG/src/stdafx.h')
-rw-r--r-- | protocols/IRCG/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h index 9822e052fb..26b290438b 100644 --- a/protocols/IRCG/src/stdafx.h +++ b/protocols/IRCG/src/stdafx.h @@ -125,7 +125,7 @@ struct CHANNELINFO // Contains info about the channels wchar_t* pszMode;
wchar_t* pszPassword;
wchar_t* pszLimit;
- BYTE OwnMode; /* own mode on the channel. Bitmask:
+ uint8_t OwnMode; /* own mode on the channel. Bitmask:
0: voice
1: halfop
2: op
|