Author Topic: Split - Live IRC Chat - Info and How-to ; making a channel  (Read 3167 times)

floww

  • Posts: 45
  • Turrets: +1/-5
Split - Live IRC Chat - Info and How-to ; making a channel
« on: October 13, 2008, 02:16:10 pm »
can you make a guide how to register a channel

Lava Croft

  • Guest
Split - Live IRC Chat - Info and How-to ; making a channel
« Reply #1 on: October 13, 2008, 02:54:41 pm »
can you make a guide how to register a channel
That is outside the scope of this thread, if you need a tutorial on how to use Freenode's IRC services, go to Google.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Split - Live IRC Chat - Info and How-to ; making a channel
« Reply #2 on: October 13, 2008, 03:05:48 pm »
Simple answer, just join it, and it will be auto-created, and you will get ops.
A useful source of help is the chanserv and nickserv help commands.  (/msg chanserv help)
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Syntac

  • Posts: 841
  • Turrets: +118/-104
    • Syntac's Stuff
Split - Live IRC Chat - Info and How-to ; making a channel
« Reply #3 on: October 13, 2008, 03:53:06 pm »
I believe some clients also offer abbreviated versions of /msg ChanServ and /msg NickServ. /cs and /ns, at least in Colloquy.

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Split - Live IRC Chat - Info and How-to ; making a channel
« Reply #4 on: October 13, 2008, 05:39:14 pm »
Many servers have those on their end as well. Looks to me like freenode does.

Syntac

  • Posts: 841
  • Turrets: +118/-104
    • Syntac's Stuff
Split - Live IRC Chat - Info and How-to ; making a channel
« Reply #5 on: October 13, 2008, 07:49:20 pm »
They don't seem to work with Irssi, though.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Split - Live IRC Chat - Info and How-to ; making a channel
« Reply #6 on: October 13, 2008, 07:50:34 pm »
/alias cs ^msg chanserv $*
etc
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Rocinante

  • Posts: 642
  • Turrets: +252/-668
    • My Homepage
Split - Live IRC Chat - Info and How-to ; making a channel
« Reply #7 on: October 13, 2008, 08:00:13 pm »
They don't seem to work with Irssi, though.

/alias cs ^msg chanserv $*
etc

Just doing that can break security on crappy networks (imagine someone is able to get on with the nick 'chanserv', or you're on a network that has no chanserv and without thinking type /cs login mysekretpasswoid...)

Syntac, find yourself dispatch.pl - a script which takes any commands not recognized by irssi and feeds them through to the server directly.  Otherwise, if you type a /command and get an error from irssi, prefix it with 'quote'; ie, '/quote cs help' instead of '/cs help'.
}MG{Mercenaries Guild
"On my ship, the Rocinante, wheeling through the galaxies, headed for the heart of Cygnus, headlong into mystery." -- Rush, "Cygnus X-1"

Syntac

  • Posts: 841
  • Turrets: +118/-104
    • Syntac's Stuff
Split - Live IRC Chat - Info and How-to ; making a channel
« Reply #8 on: October 13, 2008, 08:10:25 pm »
Thanks for the tip. Although I primarily use Colloquy, so meh. :-\