User:Jarandhel/LiveRCparam.js: Difference between revisions

From AnOtherWiki, the free encyclopedia written by, for, and about the Otherkin community.
(LiveRC : Personnalisation pour LiveRC)
(LiveRC : Personnalisation pour LiveRC)
 
Line 15: Line 15:
addCustomParam("TchatChannel", '#dreamhart');
addCustomParam("TchatChannel", '#dreamhart');
addCustomParam("TZ", '-05:00');
addCustomParam("TZ", '-05:00');
addCustomParam("KeepAllLines", true);
}catch(e){ }
}catch(e){ }



Latest revision as of 16:16, 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');
    addCustomParam("KeepAllLines", true);
  }catch(e){ }

}


/* ** Extensions ** */

  LiveRC_Config['UsedLiveRCExtensions'] = [
  ];


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

// {{Catégorisation JS}}