Enhanced IRC in 3.6!

goran.krampe at bluefish.se goran.krampe at bluefish.se
Tue Oct 7 15:05:10 UTC 2003


Howdy all!

Now as the party is on :-) perhaps people would like to use the Enhanced
IRC Client to connect to the IRC #squeak channel using Squeak 3.6
(instead of old boring 3.4).

The attached .cs (it turned out to be a oneliner) patches the EnhIRC
package to work in 3.6.

Do this:

1. Install Enhanced IRC client.
2. Install attached changeset.
3. Either:
	- Install "Skins Importer Support" and then "Skins II"
	- ...or change the last line in PluggableMultiColumnListMorph>>list:
to:
		"The following line of code enables us to work both with and without
Skins II."
		(Smalltalk includesKey: #ImportedSkin) ifTrue: [self perform:
#setColorsFromSkin]
4. Open Enhanced IRC client.
5. Press "Setup" and change the server name to "irc.freenode.org" and
enter a nick, a username and your name.
6. Press "Connect", then click on "Channels", click on "Join prompt" and
type "squeak".

You should be in at the party!

regards, Göran

PS. Haven't actually performed the above step-by-step but it should
work. (famous last words)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: EnhIRCin36-gk.1.cs
Type: application/octet-stream
Size: 1861 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20031007/869a8cce/EnhIRCin36-gk.1.obj


More information about the Squeak-dev mailing list