Skip to content

Instantly share code, notes, and snippets.

@martinkennelly
Last active November 17, 2019 16:09
Show Gist options
  • Save martinkennelly/79dbfb5cf7ef5422aef324de86955acf to your computer and use it in GitHub Desktop.
Save martinkennelly/79dbfb5cf7ef5422aef324de86955acf to your computer and use it in GitHub Desktop.
Configuring hexchat for privileged channel login
I was having trouble auto logging into irc channels that required a user to login to the network the channel was attached to so I added commands to delay the joining to these channels to give time for authentication to complete.
-> Edit the network you wish to join
-> Switch to the 'Connect commands' tab
-> First command should be: 'msg NickServ identify %p'
-> For each channel you wish to auto join add command: 'timer repeat -1 9 join #openstack-cinder'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment