Connecting to Xertion

From Xertion Wiki
Revision as of 16:35, 15 October 2012 by CuleX (talk | contribs) (→‎irssi: realname -> real_name)
Jump to navigation Jump to search

Web Chats

This is for CHAT ONLY!

No downloading capability.

Clients

HexChat (XChat-WDK)

Download: here

mIRC

Download: here

irssi

Download: Using whatever package manager your Linux/UNIX version uses. If no package is provided, see http://www.irssi.org/.

  • Using Ubuntu as an example, the installation procedure goes: $ sudo apt-get install irssi
  • irssi is a command-line client; you must run it from a terminal: $ irssi
  • You will now want to set some settings first of all: nick, ident and ircname. Type: /set nick yournick

/set user_name yourident

/set real_name some witty comment or your real name

  • After this, you must add the Xertion network and a server to use for it (Note: Since most Linux distribution ship irssi with SSL enabled, the /server command will also enable an encrypted connection to your server for more privacy and safety). Type: /network add Xertion

/server add -ssl -network Xertion irc.xertion.org 6697

  • Now you can add some channels to join; in this example, you will be joining the channel #lobby (Just repeat the command with a different channel name to join more than one channel on connecting). Type: /channel add -auto #lobby Xertion
  • Make sure that irssi saves your settings. Type: /save
  • Connect to the network now. Type: /connect Xertion
  • To change the window to the newly-opened channel window, type Alt-2. You're talking in #lobby now!