Project

General

Profile

Slap » History » Version 12

Per Amundsen, 02/16/2023 03:21 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 12 Per Amundsen
table(ktable).
16
|*Parameter*|*Description*|
17
| <nick nick2 nick3..> | The nick(s) to slap into oblivion! |
18
| [N] | Use specific line number in the slaps.txt file as the slap. |
19 1 Per Amundsen
20
*Example*
21
22
<pre>
23 11 Per Amundsen
; Use default or random slap.
24 1 Per Amundsen
/slap Nick
25 5 Per Amundsen
26 11 Per Amundsen
; Use default or random slap on multiple nicks.
27 5 Per Amundsen
/slap Nick Nick2 Nick3 Nick4
28
29 11 Per Amundsen
; Use slap in line number 11 of slaps.txt as the slap.
30 1 Per Amundsen
/slap Nick 11
31
</pre>