Digital Paint Discussion Board

Paintball 2: The Game => Paintball 2 Discussion => Topic started by: KiLo on June 17, 2007, 02:35:47 PM

Title: An IRC Request
Post by: KiLo on June 17, 2007, 02:35:47 PM
Could people please post here with commands that are used in IRC channels. Examples would be like how to set a roster and how to set topics on the channel and so on and so forth.

Also would it be possible for someone to create an Advanced IRC Guide for the wiki.
Title: Re: An IRC Request
Post by: Spook on June 17, 2007, 02:37:31 PM
!note roster <then the roster>
!topic <then the topic>
Title: Re: An IRC Request
Post by: Eiii on June 17, 2007, 03:42:15 PM
For globalgamers. For ETG you'd need to set up a bot, I think.
Title: Re: An IRC Request
Post by: ViciouZ on June 17, 2007, 04:03:25 PM
!members *members*
!setgame DP
!scrim <players per team> [have server] [location]
Title: Re: An IRC Request
Post by: Zorchenhimer on June 17, 2007, 10:21:34 PM
Also would it be possible for someone to create an Advanced IRC Guide for the wiki.

I could put it together, once everyone has posted here of course. (I'm kinda new to IRC)
Title: Re: An IRC Request
Post by: KiLo on June 17, 2007, 10:24:52 PM
Same but I have learned a lot just today.
Title: Re: An IRC Request
Post by: Cobo on June 17, 2007, 10:59:28 PM
Code: [Select]
/server [-m] <irc server>
     Connects to <irc server>, if you put -m, you will connect in a new window.
/join <#channel>
     Makes you join <#channel>
/me <action>
     Makes you do an action.

Just some random commands...
Title: Re: An IRC Request
Post by: Br55HiT on June 18, 2007, 01:10:58 AM
!k <nick> kicks a person.

!kb <nick> kicks and bans a person.

/ns set autohide on   hides your ip automatically .

Or go to tools options then options and click the perform on connect button.  Then put /mode $me +x  (just another way of having it hide your ip automatically)

/ns regnick   registers your current nick to your account.

/ns reclaim <nick>   will remove any impostors of you if your nick is registered.

Go to tools options and options and click the perform on connect button.  Then put /auth <account name> <password>    auths your account automatically when you connect.

!bans   shows all perm bans for the channel.

!addban <nick, hostmask, ident, whatever you want to put>   adds them to the perm ban list for that channel.

!delban <nick, hostmask,i dent, whatever was banned that you want removed>   removes them from the perm ban list for that channel.

!delban *!*@*   removes all perm bans from the channel.

Double click in the channel window to change certain channel aspects easily.  Like remove bans, change the topic, set a password, set modes, and more.

/nick <nameyouwant>  changes your name.

!r  updates userlevels in channel.

!u  shows the user levels in a channel.

!deluser <nick>  removes a person from the user list.

!clvl <nick> <level (1-499 or 1 less than your level)>  sets the persons channel user level.  500 is owner.

!addop <nick> adds the person with a level of 200.

!addhop <nick> adds the person with a level of 100.

!addvoice <nick> adds the person with a level of 50.

/ignore <nick>   adds the person to your ignore list.

/ignore -r <nick>   removes the person from your ignore list.

/ignore -r    clears your ignore list.

/join or /j <#channel>  joins that channel.

/server or /s <server>  connects to that server.  Put /server or /s -m <server>  to open a new server window. 

If you go to tools and scripts editor.  Click the remotes tab and paste

on *:KICK:#: {
  if ( $knick == $me ) {     
    msg ChanServ unbanme $chan
    msg ChanServ inviteme $chan   
    .timer 1 2 join $chan 
  }
}

in a new file.  That will rejoin a channel once you are kicked.

If you go into scripts editor and paste

on *:ACTION:*slaps*:#:{
  if ($2 == $me) {
    describe $chan Don't touch me
    .timer 1 1.5 describe $chan slaps $nick for that 
  }
}

in a new file.  That will get revenge on anyone that uses the default slap on you.  You can change that to say whatever you want or add more to it.

If there is anything else you want to know or anything I forgot just let me know.
Title: Re: An IRC Request
Post by: KiLo on June 18, 2007, 02:42:31 PM
Or go to tools options then options and click the perform on connect button. 

I'm not follwing completely. What does the perform on connect button look like.
Title: Re: An IRC Request
Post by: magalhaes on June 18, 2007, 03:04:11 PM
When you go to options theres only 4 buttons i think and one says perform.
Title: Re: An IRC Request
Post by: KiLo on June 18, 2007, 03:37:07 PM
Found it. You have to go to Tools, Options and then click on Options under Connect.
Title: Re: An IRC Request
Post by: Br55HiT on June 18, 2007, 03:37:40 PM
Yea ;D
Title: Re: An IRC Request
Post by: ViciouZ on June 19, 2007, 11:33:03 AM
Quote
Go to tools options and options and click the perform on connect button.  Then put /auth <account name> <password>    auths your account automatically when you connect.

That isn't the best way to login on connect, because to everbody else it looks like you have joined, quit and rejoined in a second. In the server box on mIRC, change password to /accountname/password and add the host *@* to your hosts via nickserv. This way you only join once.

Of course, that really is pretty pointless and the first way works fine, just thought i'd show you guys the less spammy way.
Title: Re: An IRC Request
Post by: blaa on June 19, 2007, 12:07:23 PM
Quote
Go to tools options and options and click the perform on connect button.  Then put /auth <account name> <password>    auths your account automatically when you connect.

That isn't the best way to login on connect, because to everbody else it looks like you have joined, quit and rejoined in a second. In the server box on mIRC, change password to /accountname/password and add the host *@* to your hosts via nickserv. This way you only join once.

Of course, that really is pretty pointless and the first way works fine, just thought i'd show you guys the less spammy way.

if you added pw to perform then you dont join twice
Title: Re: An IRC Request
Post by: ViciouZ on June 19, 2007, 01:03:03 PM
Reaver always does...
Title: Re: An IRC Request
Post by: blaa on June 19, 2007, 01:22:39 PM
he doesnt have it on perform then?