|
|
Joined: Dec 2002
Posts: 1,214
Hoopy frood
|
OP
Hoopy frood
Joined: Dec 2002
Posts: 1,214 |
Ok i asked this before but never got a response but running another mirc script ....made to act like a channel bot...Is it possible for instance say problems with a server or something and its making a bit of lag is it possible to make it jump servers by like saying a command in the channel such as "jump 1" indicating jump to the specified server? i just wanted to know if it was possible to do this without getting the " You do not have IRCop Priviledges to perform that command" message? thanks for any feedback
|
|
|
|
Joined: Dec 2002
Posts: 144
Vogon poet
|
Vogon poet
Joined: Dec 2002
Posts: 144 |
Being an IRCop or not has absolutely nothing to do with jumping servers. You can write an event to jump servers very easily with the On TEXT remote. What I'm unclear on is whether you want this remote for your own script or whether it's for a channel bot.
|
|
|
|
Joined: Dec 2002
Posts: 148
Fjord artisan
|
Fjord artisan
Joined: Dec 2002
Posts: 148 |
on text event,
/server newserver
newserver i asume will be determined by the number u send following the 'jump' text .. and so i asume u know how to do that already .. if not say so
/server will work even if your already connected to a server, it will disconnect u and connect u to the new server.
Cobra^
|
|
|
|
Joined: Dec 2002
Posts: 1,214
Hoopy frood
|
OP
Hoopy frood
Joined: Dec 2002
Posts: 1,214 |
Thanks Dana and Cobra I got the server jump command to work when i specify a server for it to jump, it echos back to the channel that its jumping the server and if im not opped up it will op me before jumping and when it gets back online i have an auto op set up for it so I will op it....thanks again. I was trying to accomplish this by doing /connect...thats how i got the ircop message....anyways i got it to do what i wanted and thats what i was hoping to accomplish...
|
|
|
|
Joined: Dec 2002
Posts: 1,214
Hoopy frood
|
OP
Hoopy frood
Joined: Dec 2002
Posts: 1,214 |
Ok one more question, instead of doing an individual command per server how could i write a command so if the "bot" cant connect to a server say within 10 seconds to jump to the next one? any ideas?
|
|
|
|
Joined: Dec 2002
Posts: 1,518
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,518 |
doesnt mirc have an option to go down its list of servers ....... something like move to next one ........ if thats the case id just limit ur server inin to only the specific servers in ur net and enable that option ....... that way it will go down the list u specied in ur server ini and ur not having to write a script to do it
|
|
|
|
Joined: Dec 2002
Posts: 1,214
Hoopy frood
|
OP
Hoopy frood
Joined: Dec 2002
Posts: 1,214 |
that could work ill give it a whirl anyways....
|
|
|
|
|
|