diff options
-rw-r--r-- | chat.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chat.c b/chat.c index ef135bc..16ecb8a 100644 --- a/chat.c +++ b/chat.c @@ -191,6 +191,11 @@ int main(int argc, char *argv[]) { set(&network.name, host); set(&network.chanTypes, "#&"); set(&network.prefixes, "@+"); + set(&network.prefixModes, "ov"); + set(&network.listModes, "b"); + set(&network.paramModes, "k"); + set(&network.setParamModes, "l"); + set(&network.channelModes, "imnpst"); set(&self.nick, "*"); commandComplete(); |