IRC Exportline for mIRCBy: Elron
Last Modified: Sep 12 8:17pm

This script will automatically take any exportline posted and put it on one line, instead of multiple lines. To allow users to copy it easily for use with Utopia Angel.
Copy paste script into Remotes (Alt+R)
Copy paste script into Remotes (Alt+R)

Alias /exportline {
msg %eline_chan IRC Export Line: %eline_
unset %eline_*
}
on *:TEXT:*Export line [ver*:#: {
unset %eline*
set %eline_type $7
Set %eline_read 2
set %eline_nick $nick
set %eline_chan $chan
.timer 1 1 /exportline
}
on *:TEXT:*:#: {
if ( %eline_read != 0 ) && ( $nick == %eline_nick ) && ( %eline_read != $null ) {
set %eline_ %eline_ $+ $1-
dec %eline_read
}
}
on *:INPUT:#: {
if ( %eline_read != 0 ) && ( $nick == %eline_nick ) && ( %eline_read != $null ) {
set %eline_ %eline_ $+ $1-
dec %eline_read
}
if ( Export line isin $1- ) && ( [ver isin $4 ) {
set %eline_type $7
Set %eline_read 2
set %eline_nick $nick
set %eline_chan $chan
.timer 1 1 /exportline
}
}
|

Comments| cerberus Sep 28 1:54am | thanks pauly for this love script =) http://utonet.org/scripts.php?script=86 makes it not needed tho. <3 |
![]() | |
| Elron Sep 28 4:11am | This one is different to yours. Just offering another way of having the script. |
![]() | |
| cerberus Sep 28 11:46am | i know its diffret. btw you mean that pauly is offering another way right? |
![]() | |
