mIRC Home    About    Download    Register    News    Help

Print Thread
#100974 19/10/04 12:51 AM
Joined: Sep 2004
Posts: 85
G
Babel fish
OP Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
if i have a script to copy the topic from one server to the next like:

on 1:TOPIC:#uswest-dclone:{
if ($network != fluidhosts.com) { halt }
else scon 1 topic #uswest-dclone $1-
}

lets say the topic is changed to:

«««( HOT: ) §|§ (ACTIVE: 64 ) §|§ (COLD: ) §|§ (WALKED: 23/74/162 ) §|§ Monday Night Coop Will be Starting at 7 pm PST. PM Joe or Dave to Join.

could i make it copy the topic, but only the

«««( HOT: ) §|§ (ACTIVE: 64 ) §|§ (COLD: ) §|§ (WALKED: 23/74/162 )

part of it?

#100975 19/10/04 08:51 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
on 1:TOPIC:#uswest-dclone:{
if ($network != fluidhosts.com) { halt }
else scon 1 topic #uswest-dclone $gettok($1-,1-4,124)
}


$maybe
#100976 19/10/04 10:15 AM
Joined: Sep 2004
Posts: 85
G
Babel fish
OP Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
thx


Link Copied to Clipboard