mirror of
https://github.com/reactos/rosev_ircsystem.git
synced 2024-11-26 21:30:32 +00:00
107d4ceef9
- Allow everybody (also unidentified users) to participate as observers in IRC discussions. This feature is configurable per channel. - Implement basic client statuses (NoStatus and Voice) to distinguish between participating members and observers. This requires changing the per-channel client set to a client map (CClient object -> Client status). - Distinguish between the statuses in logs generated by the built-in LogBot. - Don't include observers when running a vote using the built-in VoteBot. - Move the UserPasshashMap from CNickServ to CConfiguration, because we need to check whether the nickname is protected at NICK messages. Rename "NickServ_Users.ini" to "Users.ini" to reflect this change. - Update the documentation accordingly. svn path=/trunk/rosev_ircsystem/; revision=1269
13 lines
415 B
INI
13 lines
415 B
INI
# This file associates existing IRC channels to the user names that may join
|
|
# this channel.
|
|
# Just add a <channelname>=<nickname> line for each channel and user.
|
|
#
|
|
# Every user not listed here can still join as an observer if this option
|
|
# has been enabled in Channel_Observers.ini.
|
|
#
|
|
# The server only allows A-Z, a-z and _ characters for user names.
|
|
|
|
openchannel=Arthur
|
|
openchannel=Trillian
|
|
lonelychannel=Marvin
|