>
> bind $chr(255) parse_command {xtype -l $chr(255)}
This line needs to be changed, if you put it in your ~/.ircrc. Make it:
eval bind $chr(255) parse_command {xtype -l $chr(255)}
The /eval is necessary in your .ircrc to expand $chr(255) to the 255
character, otherwise the literal string $chr(255) ie, a dollar sign, the
c character, the h character, etc, will be bound, and that's not very
helpful.
> bind ^@ parse_command {xtype -l $chr(255)}
This line is fine and does not need to be changed.
Jeremy
_______________________________________________
List mailing list
[EMAIL PROTECTED]
http://epicsol.org/mailman/listinfo/list