Digital Paint Discussion Board
Paintball 2: The Game => Paintball 2 Discussion => Topic started 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.
-
!note roster <then the roster>
!topic <then the topic>
-
For globalgamers. For ETG you'd need to set up a bot, I think.
-
!members *members*
!setgame DP
!scrim <players per team> [have server] [location]
-
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)
-
Same but I have learned a lot just today.
-
/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...
-
!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.
-
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.
-
When you go to options theres only 4 buttons i think and one says perform.
-
Found it. You have to go to Tools, Options and then click on Options under Connect.
-
Yea ;D
-
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.
-
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
-
Reaver always does...
-
he doesnt have it on perform then?