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
A
Albano
Albano
A
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 }
Copy Link to Clipboard
Re: Last Server Connection
#
63518
10/12/03
12:51 AM
A
Albano
Albano
A
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
N
neophyte
Fjord artisan
neophyte
Fjord artisan
N
Joined:
Apr 2003
Posts: 426
Australia
/help on START
Copy Link to Clipboard
Re: Last Server Connection
#
63520
10/12/03
01:05 AM
Joined:
Jan 2003
Posts: 2,973
New Hampshire, USA
K
KingTomato
Hoopy frood
KingTomato
Hoopy frood
K
Joined:
Jan 2003
Posts: 2,973
New Hampshire, USA
on *:DISCONNECT: {
/set %lastconnection $server
/echo -s Last server: $server on port $port
}
alias lastconnection { return %lastconnection }
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
}
Copy Link to Clipboard
Re: Last Server Connection
#
63522
10/12/03
06:53 AM
O
overdose
overdose
O
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
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
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage