-
Notifications
You must be signed in to change notification settings - Fork 3
howto automatically connect to a server
Greg Holmes edited this page Sep 28, 2014
·
1 revision
At present DMDirc does not support server lists, which will provide an easy way to remember and automatically connect to a server. You can, however, create an action which will automatically connect to your favourite servers when you open DMDirc:
- On the menu bar select “Settings”
- Select “Actions manager”
- The actions manager dialog will open
- Select an existing group from left hand side list (Not “aliases” or “performs” as these are special groups), or click “Add” on the left hand side to create a new one
- Click on the “Add” button on the right hand side
- The action editor dialog will open
- Enter a name for the action
- Select “Client Opened” in the triggers drop down menu
- Click Add
- In the Response section type the following
/newserver <host[:port]> [password]
for each server you wish to connect to (you can prepend the port with a '+' for SSL-Enabled servers), to connect to multiple servers add multiple /newserver commands, one per line - Click OK on the action editor
- Click OK on the actions manager
DMDirc will now automatically execute the /newserver commands when it opens, which will automatically connect you to your servers.