Difference between revisions of "Chat clan"

From Kolmafia
Jump to navigation Jump to search
imported>Grotfang
(Add two argument version of the function.)
imported>Bale
(r8932 adds chat_macro)
Line 38: Line 38:
 
}}|
 
}}|
  
see_also={{SeeAlso|chat_private}}|
+
see_also={{SeeAlso|chat_private|chat_macro}}|
 
}}
 
}}

Revision as of 17:49, 23 January 2011

Function Syntax

void chat_clan(string message )

void chat_clan(string message ,string channel )

  • message is the message you want posted in clan chat.
  • channel is the channel you want to post in. This should be one of "clan", "hobopolis" or "slimetube".

This function allows you to post messages in your clan chat channel.

Code Samples

This message will be posted in your clan chat.

chat_clan("I just sent zarqon all my bat items. I recommend you do the same!");

See Also

chat_private() | chat_macro()