Project

General

Profile

Slap » History » Version 11

Per Amundsen, 12/15/2016 10:14 PM

1 1 Per Amundsen
_Added in 1.5_
2
3 4 Per Amundsen
*/slap <nick nick2 nick3..> [N]*
4 1 Per Amundsen
5
Shows an slap emote on a nick.
6
7 6 Per Amundsen
Default slap is "Nick slaps <nick> with the power of greyskull"
8 1 Per Amundsen
9
You can create your own slaps and use random slaps in Tools -> Edit Slaps or manually update slaps.txt in the config folder.
10
11 10 Per Amundsen
[[$1-|$1]] can be used to reference the nick(s) to slap.
12 7 Per Amundsen
13 1 Per Amundsen
*Parameters*
14
15
<nick> - The nick to slap into oblivion!
16
[N] - Use specific line number in the slaps.txt file as the slap.
17
18
*Example*
19
20
<pre>
21 11 Per Amundsen
; Use default or random slap.
22 1 Per Amundsen
/slap Nick
23 5 Per Amundsen
24 11 Per Amundsen
; Use default or random slap on multiple nicks.
25 5 Per Amundsen
/slap Nick Nick2 Nick3 Nick4
26
27 11 Per Amundsen
; Use slap in line number 11 of slaps.txt as the slap.
28 1 Per Amundsen
/slap Nick 11
29
</pre>