From: Alexander Barton Date: Mon, 27 Aug 2012 21:27:30 +0000 (+0200) Subject: Merge branch 'umode-B' X-Git-Tag: rel-20-rc1~97 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=1d3def0cc6271ff77b39deec07eee240e1968d52 Merge branch 'umode-B' This patch series allows ngIRCd to support the user mode "B" ("Bot flasg"): it is settable and unsettable by every (non-restricted) client. According to DNS777, this is how Unreal and InspIRCd do behave, so do we :-) By Alexander Barton (1) and DNS777 (1) * umode-B: Add new user mode "B" to doc/Modes.txt Implement an Unreal-like user mode "B" ("Bot mode") --- 1d3def0cc6271ff77b39deec07eee240e1968d52 diff --cc src/ngircd/defines.h index 310e0699,27eecf1d..82837599 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@@ -161,10 -161,10 +161,10 @@@ #endif /** Supported user modes. */ - #define USERMODES "acCiorRswx" + #define USERMODES "aBcCiorRswx" /** Supported channel modes. */ -#define CHANMODES "beiIklmnoOPrRstvz" +#define CHANMODES "beiIklmMnoOPrRstvz" /** Away message for users connected to linked servers. */ #define DEFAULT_AWAY_MSG "Away"