mIRC Home    About    Download    Register    News    Help

Print Thread
#67898 15/01/04 12:02 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
since raw 367 show this when /mode #channel +b is made OUTSIDE of channel:

<- :server 367 mynick #channel *!*@IP nickname sometime

and when used that command it shows me whole list in status.

i ask scripters to help me in this:

instead of in status i want that to be showed in txt box

so only i have is a dialog form and txt box, how to do it ?

#67899 15/01/04 12:58 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306

try raw 367 :*: @window (code) | aline @window (code)



mess with the best
#67900 15/01/04 01:26 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
/help raw events
/help /did

#67901 15/01/04 04:39 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
you cant say to a newb /help raws events, /help did,
coz i dunno how to code all craps, i know so much little about dialogs ! and help file does not explain all in step by step smirk

#67902 15/01/04 08:23 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
With nearly 400 posts and almost 4 months (at least) of scripting I don't think of you as a "newb".
I know you have asked before about both dialogs and raw events, so why not try coding it yourself and post about problems you might have with the code rather than expect people to keep on coding things for you from scratch.

#67903 15/01/04 08:50 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
problem is that i dunno even how to start, it is too complex for me to do an server echo and to put it simultaniously in txt box in dialog frown

maybe i'm just too damn stupid to grasp some things that are simple to others

#67904 15/01/04 09:16 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
1. Make the dialog.
2. Code the event...
raw 367:*:{
; check if the dialog is open and you aren't on the channel ($2)
; if so: /did -a <name> <id> <parameters you want displayed in it>
; halt if you don't want the info to be also shown in status
}
raw 368:*:{
; error checks as above
; halt if the info should not be displayed
}

#67905 15/01/04 09:21 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
why raw 368 and what does it do?

#67906 15/01/04 09:33 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
:Server.irc.com 368 YourNick #channel :End of Channel Ban List

#67907 15/01/04 09:35 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
oh, ok, tnx, i will try to mix some crap.


Link Copied to Clipboard