On connect triggering of the script if its enabled
Ability for OPs to Add/Remove channels from the enabled list
Ability to check if you're ignored (anyone)
Ability to check if a channel is added (anyone)
Output of all remote commands
Error messages when attempting to preform a redundant action (adding an ignored person to ignore list, adding an added channel to the channel list, /food on when /food on has already been done, ect)
Noticed an error but I haven't figured out how to fix it yet.
Added !ignoreme / !unignore me so people will be able to add themselves to the ignore list at their leisure.
Added punctuation.
Currently, the ignore list works with nicks and that is why that works, I wont be changing it to $address because people may just want their away nick ignored.
Made Chocolate/vanilla foods more creative (they were really basic like "cookie, muffin" to begin with.)
Added Banana foods and support for them
Added a way to check whether or not someone is on the ignore list for the food. (/foodcheck <nick>)
Someone sent me a PM telling me the apple/cherry update didnt work. That is false, you need to do /addoriginalfoods to get these new items or they wont work.
Fixed a typo in the first couple of writeini of /addoriginalfoods that wrote it to my testing ini, you'll need to do /addoriginalfoods anyway to add these updates so that'll fix itself.
Added: cherry and apple desserts
Added: more strawberry, vanilla and chocolate desserts
Added: support for excluding people from being given food.
on *:join:#<enter your chan here>: { inc %vstr 1 | notice $nick Welcome to $chan you (we have been visited %vstr times) | notice nick you have joined at the time $asctime }
you dont need two notices there, you can just make it { inc %vstr | notice $nick Welcome to $chan, we've been visited %vstr times, you joined at $asctime }
inc [ %GP. [ $+ [ $nick ] ] ] %CashValue
var %CashValue = $calc($r(100,10000) * 1.3)
You should reverse those two lines, since setting the value for %cashvalue AFTER the include means it only incs + 1 :)