About This File
Holdem Game Script
###############################################################################
# holdem.tcl version 1.0 #
# Copyright 2011 Steve Church (rojo on EFnet). All rights reserved. #
# #
# Salt the settings below to taste, load the script, rehash, #
# .chanset #channel +holdem, then !holdem to play. It's not rocket surgery. #
# #
# A note about Unicode / UTF-8: If your bot is compiled with UTF-8 support #
# (see http://eggwiki.org/Utf-8 for details) and you set settings(unicode) 1, #
# cards are displayed with their suits as extended characters. If players in #
# your channel are not using a modern, updated IRC client; rather than seeing #
# suits as intended, they may just see garbage. More information for mIRC #
# UTF-8 support is available at http://www.mirc.net/newbie/unicode.php . If #
# your users use Mibbit, they'll probably see Unicode characters just fine. #
# Users using any other IRC client are probably intelligent enough to figure #
# out how to handle UTF-8 on their own. #
# #
# Thanks to the unnaturally lucky Sunset, Trex, turgsh01, and the rest of the #
# EFnet #arcade group for helping me squash bugs. If you find more bugs, #
# please report them to rojo on EFnet. #
# #
# License #
# #
# Redistribution and use in source and binary forms, with or without #
# modification, are permitted provided that the following conditions are met: #
# #
# 1. Redistributions of source code must retain the above copyright notice, #
# this list of conditions and the following disclaimer. #
# #
# 2. Redistributions in binary form must reproduce the above copyright #
# notice, this list of conditions and the following disclaimer in the #
# documentation and/or other materials provided with the distribution. #
# #
# THIS SOFTWARE IS PROVIDED BY STEVE CHURCH "AS IS" AND ANY EXPRESS OR #
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES #
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN #
# NO EVENT SHALL STEVE CHURCH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, #
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES #
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR #
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER #
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT #
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY #
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH #
# DAMAGE. #
###############################################################################