Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
Last Server Connection
Forums
Active Threads
Search
Who's Online
Help
Print Thread
Last Server Connection
#
63516
10/12/03
12:39 AM
Joined:
Oct 2003
Posts: 7
A
Albano
OP
Nutrimatic drinks dispenser
OP
Albano
Nutrimatic drinks dispenser
A
Joined:
Oct 2003
Posts: 7
Hi
I need a simple code for show on status echo -s last server connection
multiserver support
Thanks
Copy Link to Clipboard
Re: Last Server Connection
#
63517
10/12/03
12:40 AM
Joined:
Dec 2002
Posts: 397
A
ATMA
Fjord artisan
ATMA
Fjord artisan
A
Joined:
Dec 2002
Posts: 397
on *:connect: { set %lastcon $server }
alias lastconnection { return %lastcon }
Need amazing web design for low price:
http://www.matrixn3t.net
Copy Link to Clipboard
Re: Last Server Connection
#
63518
10/12/03
12:51 AM
Joined:
Oct 2003
Posts: 7
A
Albano
OP
Nutrimatic drinks dispenser
OP
Albano
Nutrimatic drinks dispenser
A
Joined:
Oct 2003
Posts: 7
ATMA Thnx, but really i not see nothing on status i connect/disconnect and nothing it happens
i use on status some info, like current name, time, tips, and i need to show last server, when i opened mIRC but with that code
not saw null
Copy Link to Clipboard
Re: Last Server Connection
#
63519
10/12/03
01:04 AM
Joined:
Apr 2003
Posts: 426
Australia
neophyte
Fjord artisan
neophyte
Fjord artisan
Joined:
Apr 2003
Posts: 426
Australia
/help on START
--------
mIRC - fun for all the family (except grandma and grandpa)
Copy Link to Clipboard
Re: Last Server Connection
#
63520
10/12/03
01:05 AM
Joined:
Jan 2003
Posts: 3,012
New Hampshire, USA
KingTomato
Hoopy frood
KingTomato
Hoopy frood
Joined:
Jan 2003
Posts: 3,012
New Hampshire, USA
on *:DISCONNECT: {
/set %lastconnection $server
/echo -s Last server: $server on port $port
}
alias lastconnection { return %lastconnection }
-KingTomato
Copy Link to Clipboard
Re: Last Server Connection
#
63521
10/12/03
01:06 AM
Joined:
Dec 2002
Posts: 397
A
ATMA
Fjord artisan
ATMA
Fjord artisan
A
Joined:
Dec 2002
Posts: 397
finsh the code ;p that just returns the last known connect try something like erm...
on *:start: {
echo -a Last Known Connection: $lastcon
}
or u can do something like:
on *:connect: {
//.titlebar :: $!me :: Last connection: $!lastconn ::
set %lastcon $server
}
Need amazing web design for low price:
http://www.matrixn3t.net
Copy Link to Clipboard
Re: Last Server Connection
#
63522
10/12/03
06:53 AM
Joined:
Dec 2003
Posts: 3
O
overdose
Self-satisified door
overdose
Self-satisified door
O
Joined:
Dec 2003
Posts: 3
Quote:
on *:DISCONNECT: {
/set %lastconnection $server
/echo -s Last server: $server on port $port
}
Could even use;
on *:connect: {
but yes the use of variables is needed
http://xt.proboards18.com/index.cgi
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Website
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Website
Follow User
Forum Posts
View Profile
Private Message
Website
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage