Results 1 to 1 of 1
Like Tree11Likes
  • 11 Post By corocoro

Thread: AS IRC Channel Anime community

  1. #1
    I Am Admin, Hear Me Roar! corocoro's Avatar
    Join Date
    Oct 2010
    Location
    Under a Bridge
    Posts
    120,474
    Thanks
    115
    Thanked 37,569 Times in 20,477 Posts
    Points: 1,852,551, Level: 100
    Points: 1,852,551, Level: 100
    Overall activity: 0%
    Overall activity: 0%
    Achievements:
    Tagger First ClassOverdriveThree FriendsYour first GroupRecommendation First Class50000 Experience Points

    Question AS IRC Channel

    We now have our own IRC channel: irc://#[email protected]

    To make it easy for new members we have a prepatched client (mIRC) here (various hosts):



    Simply run mIRC, you will see:


    Change the nick you see in there to one of your choosing, hit connect and enjoy chatting with us. ^^

    You can also register your nick, so no one else can take that. To find out how to register it simply type:
    Code:
    /msg nickserv help
    Which will give you all the instructions you need to have about making that name your own.

    Once you've done that go to Tools -> Scripts Editor -> Remote and add this:
    Code:
    on *:START: {
      server irc.rizon.net
    }
    
    on 1:NOTICE:*NickServ IDENTIFY*:?: {
      if ( $nick == NickServ && $network == Rizon ) { /msg nickserv identify PASSWORD }
    
      on *:notice:*Password accepted - you are now recognized.*:*: {
        if ( $nick == NickServ && $network == Rizon ) {
          /join #Anime-Sharing
        }
      }
    PASSWORD needs to be replaced with the password you chose while registering, obviously.

    If you want to get rid of the trial nag screen, you can just use any name and serial (123 works)
    DO NOT UPDATE after that however
    Last edited by Checkmate; December 9th, 2013 at 08:00 AM.

  2. The Following 47 Users Say Thank You to corocoro For This Useful Post:

    + Show/Hide list of the thanked


  3. # ADS
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How do people Download Files From IRC bots?
    By Hime in forum Tech Support and Talk
    Replies: 9
    Last Post: August 2nd, 2012, 12:14 PM
  2. A-Channel
    By corocoro in forum Anime Talk
    Replies: 32
    Last Post: June 26th, 2011, 07:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

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