mIRC Home    About    Download    Register    News    Help

Print Thread
#9790 05/02/03 11:56 AM
Joined: Jan 2003
Posts: 148
K
Knappen Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
How can I make a script that can stop the MOTD when connecting...? I want to have that option in my script...

Thnx for any repiles!

#9791 05/02/03 11:58 AM
Joined: Dec 2002
Posts: 843
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 843
Does it have to be a script? In IRC options, you can just turn off the option to display the MOTD on connect.


Never compare yourself to others - they're more screwed up than you think.
#9792 05/02/03 12:02 PM
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
Options -> IRC -> Options -> "Skip MOTD on connect" wink

Or put in Remotes:

Code:
raw 375:*:haltdef
raw 372:*:haltdef
raw 376:*:haltdef

#9793 05/02/03 12:09 PM
Joined: Jan 2003
Posts: 148
K
Knappen Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
Yes, I know that.. but i want to have a check box in my setup dialog in my script that i am making.. u see?

Pleace tell me how to do it.. like that raw thing...

#9794 05/02/03 12:34 PM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Just put a group around those raw events MonoSex gave you. (/help groups)


Spelling mistakes, grammatical errors, and stupid comments are intentional.

Link Copied to Clipboard