Thread: Auto Chatlog
View Single Post
07/10/14, 03:14 PM   #4
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Whoops, missed slash.

You can call any slash command programmatically by:
SLASH_COMMANDS['/chatlog']()

Or call the underlying function (like Garkin listed) if you can find it
  Reply With Quote