Load Pidgin from the command line and join an IRC channel

I would like to be able to add a function to my .bashrc or .profile file in Ubuntu 13.04 that loads Pidgin and automatically joins a given IRC channel. Is this possible?

1 Answer

I have no idea where to put it, but if you put somewhere sensible:

pidgin --login=NAME

replacing NAME with your IRC login (has to be above the list of any others with the same name), that should do the trick.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like