projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2b2b3
)
Force bool type.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 27 Sep 2012 07:24:00 +0000
(
03:24
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 27 Sep 2012 07:24:00 +0000
(
03:24
-0400)
irkbot.py
patch
|
blob
|
history
diff --git
a/irkbot.py
b/irkbot.py
index ffa3196d57db06b928a6a1aaf1170c325909d549..dfe8b684a64f5d4b525b3fbbce191c4985efa419 100755
(executable)
--- a/
irkbot.py
+++ b/
irkbot.py
@@
-77,7
+77,7
@@
class GitExtractor:
self.repo = do("git config --get irker.repo")
self.server = do("git config --get irker.server")
self.channels = do("git config --get irker.channels")
- self.tcp = do("git config --get irker.tcp")
+ self.tcp = do("git config --
bool --
get irker.tcp")
# The project variable defaults to the name of the repository toplevel.
if not self.project:
here = os.getcwd()