Author Topic: An IRC Request  (Read 2506 times)

KiLo

  • Autococker
  • Posts: 2086
An IRC Request
« on: June 17, 2007, 12: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.

Spook

  • Autococker
  • Posts: 2542
Re: An IRC Request
« Reply #1 on: June 17, 2007, 12:37:31 PM »
!note roster <then the roster>
!topic <then the topic>

Eiii

  • Autococker
  • Posts: 4595
Re: An IRC Request
« Reply #2 on: June 17, 2007, 01:42:15 PM »
For globalgamers. For ETG you'd need to set up a bot, I think.

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: An IRC Request
« Reply #3 on: June 17, 2007, 02:03:25 PM »
!members *members*
!setgame DP
!scrim <players per team> [have server] [location]

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: An IRC Request
« Reply #4 on: June 17, 2007, 08: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)

KiLo

  • Autococker
  • Posts: 2086
Re: An IRC Request
« Reply #5 on: June 17, 2007, 08:24:52 PM »
Same but I have learned a lot just today.

Cobo

  • Autococker
  • Posts: 1362
Re: An IRC Request
« Reply #6 on: June 17, 2007, 08: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...

Br55HiT

  • 68 Carbine
  • Posts: 351
Re: An IRC Request
« Reply #7 on: June 17, 2007, 11:10:58 PM »
!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.

KiLo

  • Autococker
  • Posts: 2086
Re: An IRC Request
« Reply #8 on: June 18, 2007, 12: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.

magalhaes

  • Autococker
  • Posts: 1256
Re: An IRC Request
« Reply #9 on: June 18, 2007, 01:04:11 PM »
When you go to options theres only 4 buttons i think and one says perform.

KiLo

  • Autococker
  • Posts: 2086
Re: An IRC Request
« Reply #10 on: June 18, 2007, 01:37:07 PM »
Found it. You have to go to Tools, Options and then click on Options under Connect.

Br55HiT

  • 68 Carbine
  • Posts: 351
Re: An IRC Request
« Reply #11 on: June 18, 2007, 01:37:40 PM »
Yea ;D

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: An IRC Request
« Reply #12 on: June 19, 2007, 09: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.

blaa

  • Autococker
  • Posts: 1218
Re: An IRC Request
« Reply #13 on: June 19, 2007, 10:07:23 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.

if you added pw to perform then you dont join twice

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: An IRC Request
« Reply #14 on: June 19, 2007, 11:03:03 AM »
Reaver always does...

blaa

  • Autococker
  • Posts: 1218
Re: An IRC Request
« Reply #15 on: June 19, 2007, 11:22:39 AM »
he doesnt have it on perform then?