Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
sockchat:start [2025/02/04 19:30] – [message flags] flash | sockchat:start [2025/02/04 19:34] (current) – remove html tags flash |
---|
== Arguments == | == Arguments == |
| |
* ''%%string%%'': HTML with the information on the users with the following format: “<html><code></html><a href=”javascript:void(0);” onclick=“Chat.SendMessageWrapper(‘/unban’+ this.innerHTML);”>{0}</a><html></code></html>” where {0} is the username of the banned user or the banned IP address. The set is separated by “<html><code></html>, <html></code></html>”. | * ''%%string%%'': HTML with the information on the users with the following format: “<code><a href=”javascript:void(0);” onclick=“Chat.SendMessageWrapper(‘/unban’+ this.innerHTML);”>{0}</a></code>” where {0} is the username of the banned user or the banned IP address. The set is separated by “<code>, </code>”. |
| |
=== who: List of online users === | === who: List of online users === |
== Arguments == | == Arguments == |
| |
* ''%%string%%'': HTML with the information on the users with the following format: “<html><code></html><a href=”javascript:void(0);” onclick=“UI.InsertChatText(this.innerHTML);”>{0}</a><html></code></html>” where {0} is the username of a user. The current online user is highlighted with “<html><code></html> style=”font-weight: bold;“<html></code></html>” before the closing > of the opening <a> tag. The set is separated by “<html><code></html>, <html></code></html>”. | * ''%%string%%'': HTML with the information on the users with the following format: “<code><a href=”javascript:void(0);” onclick=“UI.InsertChatText(this.innerHTML);”>{0}</a></code>” where {0} is the username of a user. The current online user is highlighted with “<code> style=”font-weight: bold;“</code>” before the closing > of the opening <a> tag. The set is separated by “<code>, </code>”. |
| |
=== whochan: List of users in a channel. === | === whochan: List of users in a channel. === |
== Arguments == | == Arguments == |
| |
* ''%%string%%'': HTML with the information on the users with the following format: “<html><code></html><a href=”javascript:void(0);” onclick=“UI.InsertChatText(this.innerHTML);”>{0}</a><html></code></html>” where {0} is the username of a user. The current online user is highlighted with “<html><code></html> style=”font-weight: bold;“<html></code></html>” before the closing > of the opening <a> tag. The set is separated by “<html><code></html>, <html></code></html>” | * ''%%string%%'': HTML with the information on the users with the following format: “<code><a href=”javascript:void(0);” onclick=“UI.InsertChatText(this.innerHTML);”>{0}</a></code>” where {0} is the username of a user. The current online user is highlighted with “<code> style=”font-weight: bold;“</code>” before the closing > of the opening <a> tag. The set is separated by “<code>, </code>” |
| |
=== join: User connected === | === join: User connected === |