Code Name: Guest Login / Register

Be rightous in your life and walk in the fun.
1 users online


Category: Tutorials >> irssi

Funniest IRC EVER!+1

Posted By: Goddard on Saturday, July 24th 2010 12:15:58 PM

I was sitting in the php irc like I often do and while I was idling playing with my daughter the funniest conversation happened...I just had to share it with everyone.

12:06  bdbdbd> hey guy is there a way to load a text file in php?
12:06  Hajuu> nope
12:06  Hajuu> impossible.
12:07  Hajuu> no. way.
12:07  bdbdbd> really? someone told me it was possible
12:07  Hajuu> its a bit rude of you to ask frankly.
12:07  Hajuu> appologise.
12:07  bdbdbd> isn't this the place to ask questions about php?
12:07  Hajuu> no. this is Pony / Horse Play
12:07  bdbdbd> my bad
12:07  Hajuu> are you.. open minded?





Category: Tutorials >> irssi

irssi how to+1

Posted By: Goddard on Monday, May 17th 2010 7:14:31 PM

This is an irssi overview.  I won't be explaining any themes today just the start up procedure.
If you don't know irssi is an irc text client.  It uses hardly any memory at all and performs excellently.  It has to many features to list here.  Try their website at http://www.irssi.org/
Any way I am using Ubuntu at the moment and installation is fairly easy.

Install
CODE: SELECT CODE
sudo aptitude install irssi

To start the program in your terminal window type
CODE: SELECT CODE
irssi

If you want to connect to a network
CODE: SELECT CODE
/connect irc.freenode.net

To set your nick
CODE: SELECT CODE
/nick TheNickIWant

To join a channel
CODE: SELECT CODE
/j ubuntu

To set a certain network to automatically join
CODE: SELECT CODE
/server add -auto -network Freenode irc.freenode.net 6667

Set channels to join automatically
CODE: SELECT CODE
/channel add -auto #ubuntu Freenode

Set your nick automatically
CODE: SELECT CODE
/network add -nick TheNickIWant Freenode

Ignore annoying channel messages
CODE: SELECT CODE
/ignore #channelname ALL -PUBLIC -ACTIONS

Ignore annoying people
CODE: SELECT CODE
/ignore -time 3600

Automatically login to FreeNode
CODE: SELECT CODE
/network add -autosendcmd "/msg nickserv identify ;wait 2000" Freenode

This list is far from complete, but it should at the very least make it easier for anyone to use irssi. There are lots of other plug-ins and scripts available for this nifty piece of software. If your a big Instant messenger fan then I suggest checking out BitlBee at http://www.bitlbee.org/