"Part of the charm of Unix is, all of a sudden,
having a great insight and saying to yourself, So
thats's why they did it that way."
                                 - The Unix Companion
logo©
 
Main
 - Code
    C & shell scripts
 - Notes
    Notes and papers
 - Readme
    Various documents
 - Projects
    Things in progress

 
Other
 - Elsewhere
    Sites of interest
 - Artwork
    Some of my artwork
 - Contact
    Contact information


Made with vi
Projects

    IRC Search

     What ircsearch does is search a list of specified list irc servers from a text file and attempts to
  gather any DNS/IP information on a specified users nickname. The reason i wrote this was because i
  am relatively new to C and wanted to "really code something". The second reason is a bit of a story.
  See the README for details. Questions, comments, suggestions, bugs are always welcome.
 
     The code is buggy and needs a lot of work. As of right now this is pretty much a dead project, since
  i don't have time to really work on it anymore.
 
 usage: [yournick] [nick-to-search] [ircserver.file]
            
        yournick        : Nickname to use when logging into an IRC server 
        nick-to-search  : Nickname you wish to search for
        ircserver.file  : Filename to read server list from

        output: written to "ircsearch.log"

 example:
        ./ircsearch Mynam3 H0tLove ./server.list

             Download   ircsearch.tar.gz (8k)


 
 
- © 2003 -