forked from Wirlaburla/P3NG0
pengo time
This commit is contained in:
7
conf.examples/attentions.messages
Normal file
7
conf.examples/attentions.messages
Normal file
@@ -0,0 +1,7 @@
|
||||
hey pengo
|
||||
hey p3ng0
|
||||
p3ng0
|
||||
yo pengo
|
||||
yo p3ng0
|
||||
hello p3ng0
|
||||
aloha p3ng0
|
||||
1
conf.examples/goodbyes.messages
Normal file
1
conf.examples/goodbyes.messages
Normal file
@@ -0,0 +1 @@
|
||||
Goodbye!
|
||||
3
conf.examples/greets.messages
Normal file
3
conf.examples/greets.messages
Normal file
@@ -0,0 +1,3 @@
|
||||
Hi, I'm P3NG0, your friendly Worlds bot.
|
||||
My initialization is complete.
|
||||
Beep boop!
|
||||
44
conf.examples/pengobot.conf
Normal file
44
conf.examples/pengobot.conf
Normal file
@@ -0,0 +1,44 @@
|
||||
# This is the configuration file for PengoBot.
|
||||
|
||||
# The username you log in as. Account must be registered on worlds servers.
|
||||
username=Clem
|
||||
|
||||
# The password to the username above.
|
||||
password=hackme
|
||||
|
||||
# The username who owns the bot. This is for administrative actions.
|
||||
owner=Thom
|
||||
|
||||
# The URL to whisper users when asking for bot help.
|
||||
help_url=
|
||||
|
||||
# Bot avatar. Must be VIP for articulated to show up.
|
||||
avatar=http://files.worlio.com/users/wirlaburla/avatars/pengobot.mov
|
||||
|
||||
# The position in the world that the bot will sit.
|
||||
xpos=0
|
||||
ypos=0
|
||||
zpos=0
|
||||
direction=0
|
||||
|
||||
# Every 'keep alive', will turn x degrees.
|
||||
spin=0
|
||||
|
||||
# Keep alive interval. Setting this too long will make worlds disconnect you.
|
||||
katime=5
|
||||
|
||||
# The time between random messages. The wait period is between minRandomMsgTime and maxRandomMsgTime. Setting these to 0 will disable.
|
||||
msg_random=conf/randoms.messages
|
||||
minRandomMsgTime=300
|
||||
maxRandomMsgTime=900
|
||||
|
||||
# Local database of worlds and their names.
|
||||
msg_whereis=conf/whereis.messages
|
||||
worldfile=conf/worlds.conf
|
||||
|
||||
# Other responses.
|
||||
msg_attention=conf/attentions.messages
|
||||
msg_greet=conf/greets.messages
|
||||
msg_goodbye=conf/goodbyes.messages
|
||||
msg_unknowncmd=conf/unknowncmd.messages
|
||||
msg_whoami=conf/whoami.messages
|
||||
2
conf.examples/randoms.messages
Normal file
2
conf.examples/randoms.messages
Normal file
@@ -0,0 +1,2 @@
|
||||
kiwi
|
||||
mongolia
|
||||
4
conf.examples/unknowncmd.messages
Normal file
4
conf.examples/unknowncmd.messages
Normal file
@@ -0,0 +1,4 @@
|
||||
Sorry, I don't know what you're asking.
|
||||
I am unsure of your request.
|
||||
ERROR: DIVISION BY ZERO
|
||||
Need something?
|
||||
4
conf.examples/whereis.messages
Normal file
4
conf.examples/whereis.messages
Normal file
@@ -0,0 +1,4 @@
|
||||
It's right here: %s
|
||||
%s
|
||||
Here is your mark: %s
|
||||
Found it! %s
|
||||
2
conf.examples/whoami.messages
Normal file
2
conf.examples/whoami.messages
Normal file
@@ -0,0 +1,2 @@
|
||||
Hi, I'm P3NG0. I'm a friendly bot.
|
||||
I am here to annihilate the human race.
|
||||
8
conf.examples/worlds.conf
Normal file
8
conf.examples/worlds.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
beach=http://ittraining.net/jimbly/groundzero.world
|
||||
mugshots=http://ittraining.net/jimbly/mugshots.world
|
||||
tyler=http://worlio.com/users/dsparil/Tyler%20World/tyler.world
|
||||
party cave=http://www.ittraining.net/waterworld/waterworld.world
|
||||
texas=http://ittraining.net/jimbly/texas01.world
|
||||
cybergz=http://files.worlio.com/users/dosfox/sybergz/cybergz_cur.world
|
||||
alien mystery=http://files.worlio.com/users/bilbo99/AlienMystery/alien.world
|
||||
decennary=http://files.worlio.com/users/sl0nderman/worlds/decennary.world
|
||||
Reference in New Issue
Block a user