Changeset 54

Show
Ignore:
Timestamp:
02/18/08 14:51:28 (11 months ago)
Author:
scott
Message:

Simple update to the config parser to let it accept #'s in channel names

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/awkbot/src/config.awk

    r8 r54  
    2020    while ( getline < filename ) { 
    2121        # Strip coments 
    22         sub(/#.*$/, "") 
     22        sub(/^[\t ]*#.*$/, "") 
    2323 
    2424        if (config_data["debug"]) {