shabble / irssi-scripts

Repo to store some personal irssi scripts
151 stars 24 forks source link

uberprompt load resets prompt statusbar to defaults #10

Open shabble opened 13 years ago

shabble commented 13 years ago

Part of the init code calls statusbar prompt reset which causes collateral damage on things like visible, placement and type.

On startup, it should parse the output of statusbar prompt, and store these settings somewhere such that they can be restored at a later date.

feature_tests/getchan.pl has an example of how to handle the parsing.