on *:CONNECT:{ /window -n +nstx @Central_Comms central_comms.txt /aline -p @Central_Comms 1,8 This is the Central Communication Window. /aline -p @Central_Comms Right-click in this window to set or reset the words or characters that will, when used, cause the message to be repeated in this window, allowing you to easily seperate messages meant for you so that you will miss nothing. /aline -p @Central_Comms 4You may set up to 8 'highlight words' in this script /aline -p @Central_Comms 1,8 You can minimise this window, but  do not  close it while connected to the server. /aline -hp @Central_Comms 12,11 Current Highlight Words:4 $+ %hl1 %hl2 %hl3 %hl4 %hl5 %hl6 %hl7 %hl8 12, RIGHT-CLICK TO SET } on *:CLOSE:@:{ if ($window(@Central_Comms)) return elseif ($server == $null) return else window -n +nstx @Central_Comms central_comms.txt halt } on !*:TEXT:*:#:{ %textline = $1- if (%hl1 isin %textline) || (%hl2 isin %textline) || (%hl3 isin %textline) || (%hl4 isin %textline) || (%hl5 isin %textline) || (%hl6 isin %textline) || (%hl7 isin %textline) || (%hl8 isin %textline) { aline -hp @Central_Comms < $+ $nick $+ > $1- } } on !*:ACTION:*:#:{ %textline = $1- if (%hl1 isin %textline) || (%hl2 isin %textline) || (%hl3 isin %textline) || (%hl4 isin %textline) || (%hl5 isin %textline) || (%hl6 isin %textline) || (%hl7 isin %textline) || (%hl8 isin %textline) { aline -hp @Central_Comms < $+ $nick $+ > $1- } } on !*:NOTICE:*:#:{ %textline = $1- if (%hl1 isin %textline) || (%hl2 isin %textline) || (%hl3 isin %textline) || (%hl4 isin %textline) || (%hl5 isin %textline) || (%hl6 isin %textline) || (%hl7 isin %textline) || (%hl8 isin %textline) { aline -hp @Central_Comms < $+ $nick $+ > $1- } } on !1:TEXT:*:?:/aline -p @Central_Comms < $+ $nick $+ > $1- on !1:ACTION:*:?:/aline -p @Central_Comms < $+ $nick $+ > $1- on !1:NOTICE:*:?:/aline -p @Central_Comms < $+ $nick $+ > $1- on !1:CHAT:*:/aline -p @Central_Comms < $+ $nick $+ > $1- alias /setnames { /window -n +nstx @Central_Comms central_comms.txt /aline -p @Central_Comms 1,8 This is the Central Communication Window. /aline -p @Central_Comms Right-click in this window to set or reset the words or characters that will, when used, cause the message to be repeated in this window, allowing you to easily seperate messages meant for you so that you will miss nothing. /aline -p @Central_Comms 4You may set up to 8 'highlight words' in this script /aline -p @Central_Comms 1,8 You can minimise this window, but  do not  close it while connected to the server. /aline -hp @Central_Comms 12,11 Current Highlight Words:4 $+ %hl1 %hl2 %hl3 %hl4 %hl5 %hl6 %hl7 %hl8 12, RIGHT-CLICK TO SET }