| Message |
I wrote some useful aliases i thought you people might want.
AddAlias adds an alias, takes 3 parameters, one for alias name, one for text to match and one for text to send. Also puts it on the aliases menu.
AddTrigger adds a trigger, accepts two parameters, one for text to match, and one for text to send
PGag gags lines, accepts one parameter for the text to gag
<aliases>
<alias
match="^AddAlias \"(.*?)\" \"(.*?)\" \"(.*?)\"$"
enabled="y"
regexp="y"
send_to="12"
ignore_case="y"
sequence="100"
>
<send>AddAlias "%1", "%2", "%3", 8225, ""</send>
</alias>
<alias
match="^AddTrigger \"(.*?)\" \"(.*?)\"$"
enabled="y"
regexp="y"
send_to="12"
ignore_case="y"
sequence="100"
>
<send>AddTrigger "", "%1", "%2", 25, -1, 0, "", ""</send>
</alias>
<alias
match="^PGag (.*?)$"
enabled="y"
regexp="y"
send_to="12"
ignore_case="y"
sequence="100"
>
<send>AddTrigger "", "*%1*", "", 15, -1, 0, "", ""</send>
</alias>
</aliases>
|
Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it! | top |
|