Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by kaz ( 15 years ago )
///// Shortcuts for gather chans
///// Easy to use
///// by First
///// Go on mirc , press ALT + R in mirc , and insert this
///// when u started a gather just type .start in channel and u will auto add your self and add type and make fairteams on
///// you want so everyone knows in that channel that gather started? type .notice map_here , example .notice de_dust2
///// want stop spam? or just want so nobody talks with no +v and @ , type +m , or to stop it -m
///// type /inf to !addmap de_inferno
///// type /dd2 to !addmap de_dust2
///// type /dd to !addmap de_dust
///// type /nuke to !addmap de_nuke
///// type /train to !addmap de_train
///// type /cbble to !addmap de_cbble
///// type /prodigy to !addmap de_prodigy
///// type /piranesi to !addmap de_piranesi
///// type /cplstrike to !addmap de_cpl_strike
///// type /cplmill to !addmap de_cpl_mill
///// type /cplfire to !addmap de_cpl_fire
///// * Extra
///// type .mirc to show your mirc uptime
///// type .uptime to show your PC uptime
///// type .time to show your computer time
///// type .date to show your computer date
///// type .ip to show your ip
///// type .host to show your hostname
///// type .version to show your mIRC version
///// type .server to show what server your connected to
///// type .network to show you network name
on *:Input:*:{
if (+m == $1) { /mode # +m }
if (-m == $1) { /mode # -m }
if (.start == $1 ) { /say !add }
if (.start == $1 ) { /say !addtype [Rules]: Gather-Network // [Points]: ON // AC tool ON!!! }
if (.start == $1 ) { /say !fairteams on }
if (.notice == $1 ) { /mode # -N }
if (.notice == $1 ) { /notice # 7,1[« *** 0,1MEMBER GAME7,1 *** 0,1!add !add !add 7,1 7,1 7,1»] }
if (.notice == $1 ) { /notice # 7,1[« *** 0,1MEMBER GAME7,1 *** 0,1!add !add !add 7,1 7,1 7,1»] }
if (.notice == $1 ) { /notice # 7,1[« *** 0,1MEMBER GAME7,1 *** 0,1!add !add !add 7,1 7,1 7,1»] }
if (.notice == $1 ) { /mode # +N }
if (/inf == $1 ) { /msg # !addmap de_inferno }
if (/tuscan == $1 ) { /msg # !addmap de_tuscan }
if (/dd2 == $1 ) { /msg # !addmap de_dust2 }
if (/dd == $1 ) { /msg # !addmap de_dust }
if (/nuke == $1 ) { /msg # !addmap de_nuke }
if (/train == $1 ) { /msg # !addmap de_train }
if (/cbble == $1 ) { /msg # !addmap de_cbble }
if (/prodigy == $1 ) { /msg # !addmap de_prodigy }
if (/piranesi == $1 ) { /msg # !addmap de_piranesi }
if (/cplstrike == $1 ) { /msg # !addmap de_cpl_strike }
if (/cplmill == $1 ) { /msg # !addmap de_cpl_mill }
if (/cplfire == $1 ) { /msg # !addmap de_cpl_fire }
if (/aztec == $1 ) { /msg # !addmap de_aztec }
if (.mirc == $1 ) { /say mIRC Online : $uptime(mirc,1) }
if (.uptime == $1 ) { /say PC Online : $uptime(system,1) }
if (.time == $1 ) { /say PC Time : $time }
if (.date == $1 ) { /say PC Date : $date }
if (.ip == $1 ) { /say PC IP : $ip }
if (.host == $1 ) { /say PC hostname : $host }
if (.version == $1 ) { /say mIRC Version : $version }
if (.server == $1 ) { /say mIRC Server : $server }
if (.network == $1 ) { /say mIRC Network name : $network }
Revise this Paste