User:Jarandhel/LiveRCparam.js: Difference between revisions

From AnOtherWiki, the free encyclopedia written by, for, and about the Otherkin community.
(Setting to English)
(LiveRC : Personnalisation pour LiveRC)
Line 12: Line 12:


try{
try{
addCustomParam("Language", 'en');
addCustomParam("TchatURL", 'https://kiwiirc.com/client/irc.mibbit.net/?nick=$2$1');
addCustomParam("TchatURL", 'https://kiwiirc.com/client/irc.mibbit.net/?nick=$2$1');
addCustomParam("TchatChannel", '#dreamhart');
addCustomParam("TchatChannel", '#dreamhart');
addCustomParam("TZ", '-05:00');
}catch(e){ }
}catch(e){ }



Revision as of 14:52, 27 October 2017

//<source lang="javascript">//<pre>//<nowiki>

// LiveRC personal configuration

/* ** Variables ** */

window.LiveRC_getUserCustom = function(){
  lrcDisplayDebug('getUserCustom');


  // -- LiveRC params --

  try{
    addCustomParam("TchatURL", 'https://kiwiirc.com/client/irc.mibbit.net/?nick=$2$1');
    addCustomParam("TchatChannel", '#dreamhart');
    addCustomParam("TZ", '-05:00');
  }catch(e){ }

}


/* ** Extensions ** */

  LiveRC_Config['UsedLiveRCExtensions'] = [
  ];


//END PARAMS
//</nowiki></pre></source>

// {{Catégorisation JS}}