willyw wrote:Draknon wrote:
...
doesn't work means nothing happens absolutely nothing
Could be a few things.
First, check to be sure script is loaded, as expected:
In partyline, do:
.binds *!menu*
and what is returned? .... is the bind loaded, as expected?
If so - good.
Now notice the HITS counter. Note the count.
Then go try : !menu from the channel.
do: .binds *!menu* again, and did the hits counter increment by one?
If so - good. That means that it is triggering, and should be running the corresponding proc.
Which is what it looks like it should do.
The problem now is that there are TWO procs with the same name.
I don't know what would happen... but I would expect something to happen.
Also, are there any error messages or anything appearing in the partyline, when you trigger it with !menu from the channel?
Wow, completely missed this.. sorry.. gonna try to answer everything in this post...
First, check to be sure script is loaded, as expected:
In partyline, do:
.binds *!menu*
and what is returned? .... is the bind loaded, as expected?
1: yes it is loaded and the !menu works because of my changes to the script so we are now only working with !lists.
Now notice the HITS counter. Note the count.
Then go try : !menu from the channel.
do: .binds *!menu* again, and did the hits counter increment by one?
If so - good. That means that it is triggering, and should be running the corresponding proc.
Which is what it looks like it should do.
the party line response to
.bind !lists = pub -|- !lists 0 pub_list
.bind !lists = pub -|- !lists 1 pub_list
Also, are there any error messages or anything appearing in the partyline, when you trigger it with !menu from the channel?
2:No there are no error messages in the partyline.
First, you've changed the script. Whatever you are talking about now, with pizza , wasn't there in your first post.
3: the pizza line is part of the rest of the script that has worked from the beginning. I added it in this time only to show that it is identical almost to the !lists command that is not working as it should.
What IRC network is your bot on?
4: the bot is on the bondage international server.. basically the same as Dalnet
I hope I have answered everything..
now to reiterate .. with the changes I have gotten the !menu to work.. not an issue any more.
the !lists does not work yet the one that is !pizza is exact same setup and it does work. there in lies my confusion, they are just about identical and yet 1 works and 1 does not.
as you can see in another post I did make some changes to the script based on your statement about 2 procs with the same name. ... now just the !lists does not work...