This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
-
Dedan
- Master
- Posts: 260
- Joined: Wed Jul 09, 2003 10:50 pm
- Location: Memphis
Post
by Dedan »
i am NOT getting any errors
but i can not get a reply
Code: Select all
bind pub -|- aaa [list script:start aaa 1]
bind pub -|- bbb [list script:start bbb 1]
bind pub -|- ccc [list script:start ccc 1]
bind pub -|- `aaa [list script:start aaa 2]
bind pub -|- `bbb [list script:start bbb 2]
bind pub -|- `ccc [list script:start ccc 2]
bind pub -|- !aaa [list script:start aaa 2]
bind pub -|- !bbb [list script:start bbb 2]
bind pub -|- !ccc [list script:start ccc 2]
bind pub -|- ~aaa [list script:start aaa 2]
bind pub -|- ~bbb [list script:start bbb 2]
bind pub -|- ~ccc [list script:start ccc 2]
proc script:start {trigger type nick uhost handle channel text} {
putserv "PRIVMSG $channel :mark trig"
}
thanks for the help
I once was an intelligent young man, now i am old and i can not remember who i was.
-
caesar
- Mint Rubber
- Posts: 3778
- Joined: Sun Oct 14, 2001 8:00 pm
- Location: Mint Factory
Post
by caesar »
And why don't you try with the lastbind how I've sugested previously?
Once the game is over, the king and the pawn go back in the same box.
-
Dedan
- Master
- Posts: 260
- Joined: Wed Jul 09, 2003 10:50 pm
- Location: Memphis
Post
by Dedan »
same problem caesar
why don't we stick with the current script
I once was an intelligent young man, now i am old and i can not remember who i was.
-
caesar
- Mint Rubber
- Posts: 3778
- Joined: Sun Oct 14, 2001 8:00 pm
- Location: Mint Factory
Post
by caesar »
It's working fine at me..
[08:17] (@caesar): aaa
[08:17] (@bob): mark trig
[08:17] (@caesar): `aaa
[08:17] (@bot): mark trig
Once the game is over, the king and the pawn go back in the same box.
-
Dedan
- Master
- Posts: 260
- Joined: Wed Jul 09, 2003 10:50 pm
- Location: Memphis
Post
by Dedan »
which one?
I once was an intelligent young man, now i am old and i can not remember who i was.
-
caesar
- Mint Rubber
- Posts: 3778
- Joined: Sun Oct 14, 2001 8:00 pm
- Location: Mint Factory
Post
by caesar »
Bouth, I've pasted the quote with your code and is working fine as you can see.
Once the game is over, the king and the pawn go back in the same box.
-
Dedan
- Master
- Posts: 260
- Joined: Wed Jul 09, 2003 10:50 pm
- Location: Memphis
Post
by Dedan »
edit
I once was an intelligent young man, now i am old and i can not remember who i was.