Find the answer to your Linux question:
Results 1 to 2 of 2
Hey all, I wanted to make an IRC bot in bash that would respond to querys from IRC. For example if I typed !uptime it would print the uptime. I ...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    2

    BASH: IRC connection w/ netcat

    Hey all,

    I wanted to make an IRC bot in bash that would respond to querys from IRC. For example if I typed !uptime it would print the uptime. I got a good solution using /dev/tcp but Ubuntu doesn't have support for it..

    Can anyone give me a simple example of a bash script that can make an irc connection AND respond to PING AND be able to print uptime.

    Thanks, will be good learning material.

  2. #2
    Just Joined!
    Join Date
    Aug 2009
    Posts
    2
    i guess nobody knows how to do it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...