Channel Management

This is a discussion on Channel Management within the IRC forum part of the Software category; This guide will tell you how to manage your channel, but because some nerd from somewhere can always best me, ...


+ Reply to Thread
Results 1 to 1 of 1

Thread: Channel Management

  1. #1
    Diesel's Avatar
    Diesel is offline Forum God
    Diesel is a splendid one to behold Diesel is a splendid one to behold Diesel is a splendid one to behold Diesel is a splendid one to behold Diesel is a splendid one to behold Diesel is a splendid one to behold Diesel is a splendid one to behold
    Join Date
    Jul 2007
    Location
    United States - AR
    Posts
    1,524
    Downloads
    6
    Uploads
    1
    Rep Power
    6
    Reputation
    767

    Channel Management

    This guide will tell you how to manage your channel, but because some nerd from somewhere can always best me, read http://www.isi.edu/in-notes/rfc2811.txt if you need more help .

    Ok first things first, you have read my other thread, and now you want to manage your channel.

    Its rather easy to do.

    First, you need to assign ops, the rankings on IRC (mIRC at least) are as follows: + (voice), % (half op), @ (op), & (super op), and ~ (channel admin).

    Ok, so now to teach you how to simply give people these ranks when they join your channel. (using #d3scene and name diesel as examples)

    the command is:
    Code:
     /mode #d3scene +v Diesel
    
    To de-rank a player, change the + in the above code to a - (with their coresponding rank)

    That one is for Voice (+), to save space, I will now tell you just wat to add instead of +v to get results.
    % = +h
    @ = +o
    & = +ao
    ~ = you must give them channel password and they must enter:
    Code:
    /cs owner #d3scene channel password 
    Now to teach you how to make it so every time they join, they get their rank.

    The code is:
    Code:
    /cs VOP #your channel ADD their name 
    Now I will do the same thing:

    % = HOP
    @ = AOP
    & = SOP

    If you want them to be ~ every time they join, put them at SOP, and make them do it manually each time.

    To remove a user, change the word "ADD" to "DEL"

    Someone being roudy in your channel? Kick/Ban 'em!

    Code:
     /cs kick #your channel their name 
    If you want to ban them, do this before kicking them!

    Code:
     /mode #your channel +b their name 
    To manage ban list (on mIRC) "retrive channel modes" by left clicking the chat box area.

    In Channel modes, you can also make a title for your channel, if you want this to be colorful, ctrl + k, select your color, and if you want a background color also, enter a comma, then add the number of that color too.

    Want to invite someone into your channel? Its easy, just enter this command:

    Code:
    /cs invite #your channel their name 
    Alright, I may add some later, for now that is it, hope this helps you!


    You will probably also want to add an anti-abuse bot, so that people cant flood your channel or anything, for one, please look here (to figure how to set it up), and also look at my other thread.

    I will give you an example of a script that may help your channel, it is an auto-greeter, it is only visible by the person who logs in.

    Code:
    #greet on
    on 1:JOIN:#:{ .notice $nick Hi there, welcome to $chan !! }
    #greet end 

    I will add more later, but for now, I hope you enjoy it! .
    ~Diesel
    Last edited by Diesel; 06-27-2008 at 10:03 PM.
    If you need help, just PM me ツ
    Banned Users: 18 (Since 6.21.09)


+ Reply to Thread

Similar Threads

  1. Creating your IRC channel
    By Diesel in forum IRC
    Replies: 0
    Last Post: 06-25-2008, 11:32 PM
  2. How to have more Channel Operators
    By dog_keeper in forum Warcraft 3 Support
    Replies: 20
    Last Post: 05-31-2008, 04:26 PM
  3. PC cable management [Video]
    By Volund in forum Case Modding
    Replies: 0
    Last Post: 05-26-2008, 07:17 PM
  4. D2 Clone Guide
    By KaMiKaZe in forum Diablo 2 forum
    Replies: 3
    Last Post: 02-11-2008, 12:25 AM
  5. No IRC channel ?
    By Blaze in forum Warcraft 3 forum
    Replies: 2
    Last Post: 03-11-2007, 07:02 PM

Tags for this Thread

Posting Permissions

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