Revenue Source

Welcome to the Revenue Source affiliate marketing forums.

You are viewing our internet marketing and SEO forums as a guest which gives you limited access to most of our discussions.  By joining our free community, you will have access to post affiliate marketing topics, communicate privately with other members (PM), exchange SEO strategies, and access many other special features.  Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems, please don't hesitate to contact us.

Go Back   Revenue Source > Affiliate Marketing Hangout > Internet Marketing Articles > SEO / SEM
Reload this Page Recording an IRC channel on Linux/Ubuntu
Tags: , , ,

Reply
 
LinkBack Thread Tools Search this Thread
Old
  (#1 (permalink))
SEO Blogs is Offline
Revenue Source Veteran
SEO Blogs is worth a listen.SEO Blogs is worth a listen.SEO Blogs is worth a listen.
 
SEO Blogs's Avatar
 
Join Date: Jul 2005
Posts: 836
   
Recording an IRC channel on Linux/Ubuntu - 04-21-2008

There are a ton of Interney Relay Chat (IRC) clients for Linux/Ubuntu, e.g. Gaim (now called Pidgin). One IRC client that makes recording an IRC conversation pretty easy is Irssi. Install Irssi on Ubuntu with a simple command:
sudo apt-get install irssi
Then run the program “irssi” from the command line.
Now suppose you want to record what’s going on in the #iphone channel, which runs on the IRC server irc.osx86.hu. Pick a nickname for yourself such as “notanewbie” and run the following commands:
irssi
/set nick notanewbie
/set autolog on
/connect irc.osx86.hu
/list
/join #iphone
Then just leave the terminal running or type “/quit” when you’re ready to exit. The IRC chat log will automatically be placed in ~/irclogs/osx86/#iphone.log . The chat log includes messages when people join/leave the channel, so you can use this command to peruse what people are actually saying:
cat \#iphone.log | egrep -v ‘has quit|has left|has joined’ | less
That should get you recording an IRC channel. For example, if you wanted to record the Webmaster Radio channel from webmasterradio.fm, you’d type “/connect irc.webmasterradio.fm” in the “/connect” line above, and then use “/join #webmasterradio” to join that channel and record it. So the commands would be:
irssi
/set nick notanewbie
/set autolog on
/connect irc.webmasterradio.fm
/list
/join #webmasterradio
If you join multiple channels, you can switch between them with -#, where # is a number like 0-9


Recording an IRC channel on Linux/Ubuntu - Read More...
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads for: Recording an IRC channel on Linux/Ubuntu
Thread Thread Starter Forum Replies Last Post
Merchant 10435 - Gigasonic - gigasonic.com free shipping on most recording equipment Affiliate Marketing News Shareasale Affiliate Deals 0 05-11-2007 03:22 PM
HowToForge.com: LAMP Installation On Ubuntu 6.06 For Linux Noobs Affiliate Blogs Programming Help 0 11-28-2006 05:08 AM
Merchant 10435 - Gigasonic - PreSonus FireStudio Firewire Recording Interface Affilia Affiliate Marketing News Shareasale Affiliate Deals 0 11-06-2006 06:12 AM
Merchant 10435 - Gigasonic - Lexicon Omega Desktop Recording Studio Affiliate Marketi Affiliate Marketing News Shareasale Affiliate Deals 0 10-17-2006 07:27 PM
Merchant 10435 - Gigasonic - Alesis IO 2 USB audio interface Free Recording Toolkit A Affiliate Marketing News Shareasale Affiliate Deals 0 10-17-2006 07:27 PM



© 2004-6 RevenueSource.com.  All rights reserved.  Do not duplicate or redistribute in any form.
This website and its logos/design are property of RevenueSource.com.  All rights reserved. vBSEO 3.2.0 RC7


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34