SV-2093: Add Block option to ScriptDialogs.
Thanks to routergray for helping me test this.
This commit is contained in:
@@ -7537,6 +7537,10 @@ Grant this request?
|
||||
[NAME]'s '[TITLE]' (ch[CHANNEL])
|
||||
[MESSAGE]
|
||||
<form name="form">
|
||||
<button
|
||||
index="-2"
|
||||
name="Block"
|
||||
text="Block"/>
|
||||
<button
|
||||
index="-1"
|
||||
name="Ignore"
|
||||
@@ -7551,6 +7555,10 @@ Grant this request?
|
||||
[GROUPNAME]'s '[TITLE]'
|
||||
[MESSAGE]
|
||||
<form name="form">
|
||||
<button
|
||||
index="-2"
|
||||
name="Block"
|
||||
text="Block"/>
|
||||
<button
|
||||
index="-1"
|
||||
name="Ignore"
|
||||
@@ -7567,6 +7575,10 @@ Grant this request?
|
||||
<form name="form">
|
||||
<input name="message">
|
||||
</input>
|
||||
<button
|
||||
index="-2"
|
||||
name="Block"
|
||||
text="Block"/>
|
||||
<button
|
||||
index="-1"
|
||||
name="Ignore"
|
||||
|
||||
Reference in New Issue
Block a user