| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
place this snippet in your remote, and u`ll have all DALnet Service notices in a separated @DALnet window
Code:
on ^*:NOTICE:*:?:{
if ($nick != ChanServ) && ($nick != NickServ) && ($nick != MemoServ) && ($nick != OperServ) && ($nick != StatServ) {
echo -a 4-4 $+ $nick $+ 4- $1-
haltdef
}
else {
window -gek0 @DALnet
titlebar @DALnet Nick: $me
aline -hp @DALnet 14[4 $nick $+ 14]4 $1-
haltdef
}
}
__________________
Last edited by Cult; 21-11-2005 at 07:58 PM. |
|
#2
|
||||
|
||||
|
Re: @DALnet
Sucks ...
--- Case #Scripting ---
__________________
Me here, Me gone. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|