|
39 | 39 | # |
40 | 40 |
|
41 | 41 |
|
42 | | -# change all of these things: |
43 | 42 |
|
44 | | -nick = "pronk" # the nickname the bot uses |
45 | | -username = "pronk" # the bot's username |
46 | | -channel = "##llamas" # the channel it joins when you start the bot script |
47 | | -secret = "notreallythis" |
48 | | -updateKey = "?update" # the command for updating the bot |
49 | | -admins = ["mikez"] # a list of admins for the bot, who can give commands |
| 43 | +## Change all of these things: |
| 44 | +nick = "pronk" # the nickname the bot uses |
| 45 | +username = "pronk" # the username the bot uses |
| 46 | +channel = "##llamas" # the channel the bot joins, when you start the bot script |
| 47 | +secret = "notreallythis" # - |
| 48 | +updateKey = "?update" # the command for updating the bot |
| 49 | +admins = ["mikez"] # the list of Admins for the bot, who can give commands |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +## The reply ["?foo"] list below, defines a list of replies for preset commands. |
| 54 | +## They can be used for comedic effect. |
| 55 | +reply = dict() # <--- create the reply dictionary |
| 56 | +reply["?duckgoose"] = "The coolest duck/goose hybrid around. He's so perfect, words can't describe his awesomeness." |
| 57 | +reply["?fChanX"] = "One young, vibrant and perfect llama. <3" |
| 58 | +reply["?GPenguin"] = "Being from Germany, he enjoys meeting all kinds of people on IRC" |
| 59 | +reply["?help"] = "You're on your own." |
| 60 | +reply["?Kremator"] = "Booo!" |
| 61 | +reply["?letty"] = "All hail letty, our llama queen. She's leet af." |
| 62 | +reply["?list"] = "?song ?wiki ?ud ?/old/new ?help" |
| 63 | +reply["?mikez"] = "My daddy! :)" |
| 64 | +reply["?more"] = "No! No more!" |
| 65 | +reply["?mwaaa"] = "That's llama speak." |
| 66 | +reply["?Nawab"] = "The cool and sometimes mischievious guy next door who likes C++ and tea." |
| 67 | +reply["?[n0mad]"] = "[n0mwaaad]" |
| 68 | +reply["?pebble"] = "o" |
| 69 | +reply["?pronk"] = "Who me? llamabot by mikellama, https://github.com/mikellama/ircbot-llama/" |
| 70 | +reply["?radio"] = "http://letty.tk" |
| 71 | +reply["?Roserin"] = "?Hm yes." |
| 72 | +reply["?shantaram3013"] = "The cliche Asian whiz kid/emotional teenager. Loves electrical engineering and hanging out on ##llamas." |
| 73 | +reply["?Taco"] = "Im yummy! Gobble me up in a hurry and go to taco heaven!" |
| 74 | +reply["?Time-Warp"] = "OH NOZ!" |
| 75 | +reply["?website"] = "http://llamas.haxed.net" |
| 76 | +reply["?welcome"] = "[Welcome to ##llamas] - \"Keep calm and be a llama!\" We generally talk about anything here, as long as we respect the wishes of the owner of this channel." |
| 77 | +reply["?wodencafe"] = "The Java master!" |
| 78 | +reply["?WSPR"] = "Weak Signal Propagation Reporter" |
| 79 | +reply["?Zerock"] = "Henlo. Please remember, Zerock is the leetest llama." |
50 | 80 |
|
51 | | -# the reply ["?foo"] list below defines a list of replies for preset commands that can be used for comedic effect |
52 | | -reply = dict() |
53 | | -reply["?duckgoose"] = "The coolest duck/goose hybrid around. He's so perfect, words can't describe his awesomeness." |
54 | | -reply["?fChanX"] = "One young, vibrant and perfect llama. <3" |
55 | | -reply["?GPenguin"] = "Being from Germany, he enjoys meeting all kinds of people on IRC" |
56 | | -reply["?help"] = "You're on your own." |
57 | | -reply["?Kremator"] = "Booo!" |
58 | | -reply["?letty"] = "All hail letty, our llama queen. She's leet af." |
59 | | -reply["?list"] = "?song ?wiki ?ud ?/old/new ?help" |
60 | | -reply["?mikez"] = "My daddy! :)" |
61 | | -reply["?more"] = "No! No more!" |
62 | | -reply["?mwaaa"] = "That's llama speak." |
63 | | -reply["?Nawab"] = "The cool and sometimes mischievious guy next door who likes C++ and tea." |
64 | | -reply["?[n0mad]"] = "[n0mwaaad]" |
65 | | -reply["?pebble"] = "o" |
66 | | -reply["?pronk"] = "Who me? llamabot by mikellama, https://github.com/mikellama/ircbot-llama/" |
67 | | -reply["?radio"] = "http://letty.tk" |
68 | | -reply["?Roserin"] = "?Hm yes." |
69 | | -reply["?shantaram3013"] = "The cliche Asian whiz kid/emotional teenager. Loves electrical engineering and hanging out on ##llamas." |
70 | | -reply["?Taco"] = "Im yummy! Gobble me up in a hurry and go to taco heaven!" |
71 | | -reply["?Time-Warp"] = "OH NOZ!" |
72 | | -reply["?website"] = "http://llamas.haxed.net" |
73 | | -reply["?welcome"] = "[Welcome to ##llamas] - \"Keep calm and be a llama!\" We generally talk about anything here, as long as we respect the wishes of the owner of this channel." |
74 | | -reply["?wodencafe"] = "The Java master!" |
75 | | -reply["?WSPR"] = "Weak Signal Propagation Reporter" |
76 | | -reply["?Zerock"] = "Henlo. Please remember, Zerock is the leetest llama." |
|
0 commit comments