Next revision | Previous revision |
sockchat:start [2025/02/04 19:28] – created flash | sockchat:start [2025/02/04 19:34] (current) – remove html tags flash |
---|
* Username should appear using a **bold** font. | * Username should appear using a **bold** font. |
* Username should appear using a //cursive// font. | * Username should appear using a //cursive// font. |
* Username should appear <html><u></html>underlined<html></u></html>. | * Username should appear __underlined__. |
* A colon ''%%:%%'' should be displayed between the username and the message. | * A colon ''%%:%%'' should be displayed between the username and the message. |
* The message was sent privately, directly to the current user. | * The message was sent privately, directly to the current user. |
== 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 === |