mirror of
https://github.com/reactos/rosev_ircsystem.git
synced 2024-11-23 03:49:45 +00:00
272d08d8d3
Add a custom multiplatform IRC Server written from scratch for closed user groups (like foundation general assemblies). It is written in C++ using Boost and OpenSSL libraries. Will be used for the upcoming ReactOS Deutschland e.V. general assembly. svn path=/trunk/rosev_ircsystem/; revision=1234
17 lines
555 B
INI
17 lines
555 B
INI
# This is the configuration file of the VoteBot named "OpenVoteBot".
|
|
# See "VoteBotManager.ini" for more details.
|
|
|
|
# You can translate the abstention option if you like
|
|
abstention_translation=Abstention
|
|
|
|
# The administrators of a VoteBot are the only users, who can initiate a vote.
|
|
# Just add a line admins=<nickname> for each user that shall be an admin.
|
|
admins=Arthur
|
|
|
|
# This is the channel this VoteBot serves.
|
|
channel=openchannel
|
|
|
|
# The time limit in minutes till a vote of a user will be considered
|
|
# an abstention if he does not reply.
|
|
timelimit=5
|