X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tools%2Fconvert-conf.py;fp=tools%2Fconvert-conf.py;h=5a466e3ec95e1cd540d7e5fa021d52ca78a2c3f7;hb=28c3b9ad484011c975df85aae85462dc4daf2299;hp=e91aa3df7883ae49da9e9d34e05d03aade184778;hpb=a8aaf2a7fbfbff14f3d8cd869fcca8b9c9c459cf;p=ircu2.10.12-pk.git diff --git a/tools/convert-conf.py b/tools/convert-conf.py index e91aa3d..5a466e3 100755 --- a/tools/convert-conf.py +++ b/tools/convert-conf.py @@ -22,7 +22,7 @@ # Usage: # convert-conf.py < old.conf > new.conf # -# $Id: convert-conf.py,v 1.3 2005-03-19 23:04:07 entrope Exp $ +# $Id: convert-conf.py,v 1.4 2005-04-09 03:54:24 isomer Exp $ # import sys @@ -108,9 +108,9 @@ def do_iline(parts): if len(parts)!=6: sys.stderr.write("WARNING: I:line doesn't have enough fields on line %i\n" % lno) return - iline,ip,password,host,dummy,clss = parts + iline,ip,password,hostname,dummy,clss = parts for i in [0,1]: - mask = [ip,host][i] + mask = [ip,hostname][i] # Ignore things that aren't masks if "." not in mask and "*" not in mask and "@" not in mask: continue