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
12 lines
480 B
INI
12 lines
480 B
INI
# This file defines all VoteBots, which enable you to conduct anonymous votes
|
|
# including all users on a specific channel.
|
|
# If you don't need any VoteBots, just remove this file.
|
|
#
|
|
# As one VoteBot can only serve one channel, you might need multiple ones.
|
|
# Just add a line <nickname>=<suffix> for each VoteBot.
|
|
# The <suffix> specifies the configuration file for this VoteBot. All bots get
|
|
# their configuration from "VoteBot_<suffix>.ini" files.
|
|
|
|
OpenVoteBot=1
|
|
LonelyVoteBot=2
|