mIRC Home    About    Download    Register    News    Help

Print Thread
#150764 08/06/06 08:50 PM
Joined: Jun 2006
Posts: 10
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2006
Posts: 10
how do you stop a slap back someone did it 2 me and they wouldnt tell me how

#150765 08/06/06 08:59 PM
Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Ok.

#150766 08/06/06 09:03 PM
Joined: Jun 2006
Posts: 10
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2006
Posts: 10
Quote:
Ok.

how is that sposed to help me? confused

#150767 08/06/06 09:06 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I'm not sure I understand what you're asking...

Which of these do you mean?

1) You want to slap someone and then block them from automatically slapping you back when they have a "slap back" script.

2) You want to prevent someone from slapping you.

3) Something else... If so, please explain.


Invision Support
#Invision on irc.irchighway.net
#150768 08/06/06 09:09 PM
Joined: Jun 2006
Posts: 10
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2006
Posts: 10
#1

#150769 08/06/06 09:09 PM
Joined: Jun 2006
Posts: 10
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2006
Posts: 10
#1 please

#150770 08/06/06 09:16 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Well, it will depend on how good their slap back script is. If it's just a quickie script, you can just insert some control codes in the middle of the slap...

/me slaps Ctrl-B Ctrl-B nick

Of course, remove the spaces in front of each Ctrl-B so you don't have a 3 spaces in what's shown to the channel. Because you're using Ctrl-B twice, you're cancelling it, so unless someone copies what you typed, they won't know that it wasn't just /me slaps nick.

If they have a more advanced script, it may use $strip to remove control codes. In this case, you might try:

/me slaps Ctrl-K 01,01 - Ctrl-K nick

Again, remove the spaces. This will insert a "hidden" - between slaps and nick. This could help prevent it, depending on their slap back script.

You can also change the l to a 1 as that looks similar in many fonts and could throw off a slap back script.

Keep in mind, however, that a quality slap back script cannot be fooled very easily as it will take into account all these and more.

Personally, I think slapping people on IRC is dumb. laugh


Invision Support
#Invision on irc.irchighway.net
#150771 08/06/06 10:47 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
You should see how long some of these nicks stay in one of my channels after they use a slap on me. They never last long.....


Quote:
Personally, I think slapping people on IRC is dumb. laugh


Code:
 [color:red] 
on *:TEXT:*:*: {
 if ((*slap* isin $1- ) || (trout isin $1- ) && ( $me isin $1- )) { msg # hey $nick Your vocabulary is to categorical for a person of my intellectual ability to comprehend! So if you mean to insinuate that I will tolerate your diabolical provications you are thoroughly mistaken! | ignore $nick
 }
}
[/color]   


Now if you are a op in the channel you can kick and ban the nick by adding the necessary commands into the script.
Personally I like to add a kick and ban with the script grin




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#150772 08/06/06 11:05 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
If you look at what he's asking, he is wanting to prevent a retaliation slap after he does a slap of his own. In most those cases, you're not looking to ignore anyone. Besides, he wants to prevent the retaliation slap, not allow it to happen and then do something about it. smile


Invision Support
#Invision on irc.irchighway.net
#150773 09/06/06 05:19 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
heres a simple one....

alias slap {
describe $chan slaps $nick($chan,$$nick($$chan,$$1))
ignore -u5 $1
}



** everyone else sssshhhhhhhhhhhhhhhhh, dont spoil how simple it is **

#150774 09/06/06 12:43 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Of course, the retaliation slap still appears in the channel. And he said someone stopped him (if I'm reading it right) from retaliating. He wouldn't know that if it was a simple ignore.


Invision Support
#Invision on irc.irchighway.net
#150775 09/06/06 09:54 PM
Joined: Jun 2006
Posts: 10
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2006
Posts: 10
ok the person who did it to me told me that all he does is
/me slaps ni ctrl-o ck
taking out the spaces of course

#150776 10/06/06 02:57 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Basically the same as I said above. laugh


Invision Support
#Invision on irc.irchighway.net
#150777 10/06/06 05:15 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
frown i read the sentnece around the wrong way.


Link Copied to Clipboard