Community Central
Community Central
(Created page with "importScriptPage('User:Fubuki風吹/chatRC.js', 'c');")
Tag: sourceedit
 
mNo edit summary
Tag: apiedit
 
Line 1: Line 1:
  +
window.chatCommands = {
  +
'/help': 'What do you need help with?',
  +
'/vstf': 'You can report that to the [[w:c:vstf|VSTF]].',
  +
'/staff': 'You can contact staff using [[special:contact]].',
  +
'/sc': '[[special:contact]]'
  +
};
  +
importScriptPage('User:Fubuki風吹/chatCommands.js', 'c');
 
importScriptPage('User:Fubuki風吹/chatRC.js', 'c');
 
importScriptPage('User:Fubuki風吹/chatRC.js', 'c');

Latest revision as of 16:43, 9 May 2015

window.chatCommands = {
    '/help': 'What do you need help with?',
    '/vstf': 'You can report that to the [[w:c:vstf|VSTF]].',
    '/staff': 'You can contact staff using [[special:contact]].',
    '/sc': '[[special:contact]]'
};
importScriptPage('User:Fubuki風吹/chatCommands.js', 'c');
importScriptPage('User:Fubuki風吹/chatRC.js', 'c');