SV-2093: Add Block option to ScriptDialogs.

Thanks to routergray for helping me test this.
This commit is contained in:
Lirusaito
2016-06-28 10:33:48 -04:00
parent e11b70415d
commit 086af65f89
3 changed files with 23 additions and 7 deletions

View File

@@ -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]&apos;s &apos;[TITLE]&apos;
[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"