Skip to content

Commit

Permalink
Allow custom teams in regencapture, capture
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Feb 26, 2010
1 parent 1d9c235 commit 648bfa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/pyscripts/Config/banner.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[Banners]
template_1 = Someone misbehaving? Let us know in ${orange}#xsbs${white} on ${orange}irc.gamesurge.net

[Timeouts]
template_1 = 160000

[Banners]
template_1 = Someone misbehaving? Let us know in ${orange}#xsbs${white} on ${orange}irc.gamesurge.net

[Config]
default_timeout = 180000
serverinfo = XSBS Version 2.0

4 changes: 3 additions & 1 deletion src/pyscripts/xsbs/teamcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
setteam_modes = [
2,
4,
6]
6,
9,
10]

def isSafeTeam(team):
'''Is team safe based on current mode.
Expand Down

0 comments on commit 648bfa4

Please sign in to comment.