AutoVoice mit L

M

Masterhawk

Hi


Hätt mal ne Frage ich habe nen Channel aufen quake Net jetzt wollt ich gern mal wissen wie man Auto Voice Setzen kann so das jeder user der joint automatisch ein Voice bekommt also ein + vor seinem Nick

Danke schonmal für jeden tip und hilfe


mfg hawk
 
L hat keine solche Funktion, du könntest es aber selber machen:

mIRC-Help:
The /aop command

/aop [-rw] <on|off|nick/address> [#channel1,#channel2,...] [type] [network]

The -r switch indicates that the address is to be removed.
The -w switch makes the auto-op apply to any network.

If you do not specify a type then only the users nickname is used. If you specify a type then the users address is looked up via the server.

The $aop identifier returns $true if auto-op is enabled, and $false if it isn't.

The $aop(address/N) identifier returns any matching address in the list, or the Nth address. The .type property returns the list of channels. The .network property returns the associated network, if any.

Auto-Voice
The auto-voice list works in exactly the same way as the auto-op list. The /avoice command, which uses the same format as /aop, can be used to add or remove users to your auto-voice list.

The $avoice identifier returns $true if auto-voice is enabled, and $false if it isn't.

The $avoice(address/N) identifier returns any matching address in the list, or the Nth address. The .type property returns the list of channels.

Im Klartext heißt das: Wenn du /avoice *!*@* #channel machst, dann kriegen alle die joinen Voice, da *!*@* auf jede Hostmask zutrifft.
Diese Methode ist auch wesentlich sicherer als diese Methode:
Code:
on *:JOIN:#channel:{ mode # +v $nick }
da ein Random Delay für das geben des Voices verwendet wird [ unter Alt +B -> Control einstellen, dort kannst du auch über Dialogbasis Autovoice und Op konfigurieren ], so kriegst du kein Excess Flood nach einem Netsplit.

Gruß
Marvin
 
Das ist eine Möglichkeit.^^
Allerdings mit dem Nachteil, das immer jemand online sein müsste der das Script hat bzw. du dir dafür nen Shell mieten müsstest wo du nen Egodrop drauf laufen lässt oder halt auch daheim auf nem Server Pc. Aber ich glaube das alles ist zu umständlich ;)

Wenn du nur gerne autovoice und eventuell noch andere aktivierbare Features haben möchtest kann ich dir nur Free Bot Services empfehlen. Die haben Anforderungen zwichen 0 Idlern, 6 Idlern und ca. 30 Idlern. Wenn du dafür weitere Infos möchtest komm im Quakenet in meinen Channel #Burke , poste hier oder schreib ne Pm, will jetzt hier keine Werbung machen, wenn Du diese Möglichkeit nicht in betracht ziehst.

Einziger eventueller Nachteil hierbei ist, das Du dem Bot damit er voicen kann +ao bei L geben musst. Sonst gehts natürlich nicht.
 
Hallo erstmal,

ich finde du, Masterhawk, solltest ersteinmal nochmal deinen Post auf Rechtschreibung überprüfen und dann hab ich eventuell noch eine Lösung für dich wie L doch evtl. [bin mir nicht ganz sicher] [auto]voice vergibt. [*warte auf Korrektur des Thread bzw. Posts auf Recht- & Groß-/Kleinschreibung...]
 
Zurück