|
9.
|
|
|
Determines whether the bot will not join any
channels until it is identified. This may be useful, for instances, if
you have a vhost that isn't set until you're identified, or if you're
joining +r channels that won't allow you to join unless you identify.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Määrittää liittyykö botti millekään kanavalle ennen
kuin se on tunnistautunut. Tämä voi olla hyödyllinen, esimerkiksi, jos
sinulla on vhost, jota ei aseteta ennen kuin tunnistaudut, tai jos olet
liittymässä +r kanaville, jotka eivät salli sinun liittyvän, paitsi jos olet tunnistautunut.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
config.py:80
|
|
10.
|
|
|
Determines how many seconds the bot will
wait between successive GHOST attempts.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Määrittää monta sekuntia botti odottaa
GHOSTaus yritysten välillä.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
config.py:85
|
|
11.
|
|
|
Determines what nick the 'NickServ' service
has.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Määrittää mikä nimimerkki 'NickServ' palvelulla
on.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
config.py:88
|
|
12.
|
|
|
Determines what nick the 'ChanServ' service
has.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Määrittää mikä nimimerkki 'ChanServ' palvelulla
on.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
config.py:92
|
|
13.
|
|
|
Determines what password the bot will use with
ChanServ.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Määrittää mitä salasanaa botti käyttää
ChanServin kanssa.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
config.py:95
|
|
14.
|
|
|
Determines whether the bot will request to get
opped by the ChanServ when it joins the channel.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Määrittää pyytääkö botti ChanServin oppaamaksi
tulemista, kun se liittyy kanavalle.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
config.py:98
|
|
15.
|
|
|
Determines whether the bot will request to get
half-opped by the ChanServ when it joins the channel.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Määrittää pyytääkö botti tulla ChanServin puolioppaamaksi, kun
se liittyy kanavalle.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
config.py:101
|
|
16.
|
|
|
Determines whether the bot will request to get
voiced by the ChanServ when it joins the channel.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Määrittää pyytääkö botti ChanServiltä äänen, kun
se liittyy kanavalle.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
config.py:104
|
|
17.
|
|
|
This plugin handles dealing with Services on networks that provide them.
Basically, you should use the "password" command to tell the bot a nick to
identify with and what password to use to identify with that nick. You can
use the password command multiple times if your bot has multiple nicks
registered. Also, be sure to configure the NickServ and ChanServ
configuration variables to match the NickServ and ChanServ nicks on your
network. Other commands such as identify, op, etc. should not be
necessary if the bot is properly configured.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Tämä lisäosa hoitaa palvelut verkoissa, jotka tarjoavat niitä.
Perusteellisesti, sinun pitäisi käyttää komentoa "password" kertoaksesi botille
millä salasanalla ja tunnuksella se tunnistautuu. Voit käyttää
salasanakomentoa monta kertaa, mikäli botillasi on monta rekisteröityä
nimimerkkiä. Varmista myös, että asetusarvot täsmäävät
NickServin ja ChanServin nimimerkkeihin verkossasi.
Muiden komentojen, kuten identify, op, jne. ei
pitäisi olla vaadittuja, jos botti on määritetty hyvin.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
plugin.py:47
|
|
18.
|
|
|
You must set supybot.plugins.Services.ChanServ before I'm able to send the %s command.
|
|
|
|
Sinun täytyy asettaa supybot.plugins.Services.ChanServ ennen kuin pystyn lähettämään komennon %s.
|
|
Translated by
Aminda Suomalainen
|
|
|
|
Located in
plugin.py:406
|