How can I make BitchX create a new window for each channel I join?
BitchX will allow you to easily create new hidden windows for each channel you join. The ability to do so is already built into the client. Follow the steps below. 1. Add the following two lines to your .bitchxrc: set join_new_window on set join_new_window_type new hide swap last double on The first line turns the feature on. The second line configures the features BitchX will use when creating each new window. 2. Add the following line to your .bitchxrc (optional): set window_destroy_part on This will kill the current window when you leave the channel in it. 3. Add the following line to your .bitchxrc (optional): bind ^x parse_command window next This will allow you to press ^x (ctrl+x) to switch between each channel window. The next time you start BitchX, each channel will go into its own window.