
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?

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
To start the program in your terminal window type
If you want to connect to a network
To set your nick
To join a channel
To set a certain network to automatically join
Set channels to join automatically
Set your nick automatically
Ignore annoying channel messages
Ignore annoying people
Automatically login to 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/
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 irssiTo start the program in your terminal window type
CODE: SELECT CODE
irssiIf you want to connect to a network
CODE: SELECT CODE
/connect irc.freenode.netTo set your nick
CODE: SELECT CODE
/nick TheNickIWantTo join a channel
CODE: SELECT CODE
/j ubuntuTo set a certain network to automatically join
CODE: SELECT CODE
/server add -auto -network Freenode irc.freenode.net 6667Set channels to join automatically
CODE: SELECT CODE
/channel add -auto #ubuntu FreenodeSet your nick automatically
CODE: SELECT CODE
/network add -nick TheNickIWant FreenodeIgnore annoying channel messages
CODE: SELECT CODE
/ignore #channelname ALL -PUBLIC -ACTIONSIgnore 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/