projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1738219
)
Fix a typoed member name.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 31 May 2014 04:04:13 +0000
(
00:04
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 31 May 2014 04:04:13 +0000
(
00:04
-0400)
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index c0d3d7afaa47e93ad06e276237e2e23c8d5dffff..9e51549639c1c4cb9f5194695445970ebae1b8c9 100755
(executable)
--- a/
irkerd
+++ b/
irkerd
@@
-807,7
+807,7
@@
class Irker:
m = int(lump[12:])
for pref in "#&+":
cxt.channel_limits[pref] = m
- LOG.info("%s maxchannels is %d" % (connection.
server
, m))
+ LOG.info("%s maxchannels is %d" % (connection.
target
, m))
elif lump.startswith("CHANLIMIT=#:"):
limits = lump[10:].split(",")
try: