User:Jarandhel/LiveRCparam.js: Difference between revisions
(LiveRC : Personnalisation pour LiveRC) |
(LiveRC : Personnalisation pour LiveRC) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
try{ |
try{ |
||
| ⚫ | |||
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("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}}