Railgun

if it ain't broke, we'll break it

User Tools

Site Tools


sockchat:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sockchat:start [2025/02/04 19:28] – created flashsockchat:start [2025/02/04 19:34] (current) – remove html tags flash
Line 45: Line 45:
   * 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.
Line 393: Line 393:
 == 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 ===
Line 401: Line 401:
 == 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. ===
Line 409: Line 409:
 == 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 ===
sockchat/start.1738697296.txt.gz · Last modified: 2025/02/04 19:28 by flash