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.

Search found 4 matches

by ijookeren
Tue Sep 14, 2021 7:52 pm
Forum: Scripting Help
Topic: Help about writing userfile
Replies: 3
Views: 2341

thx for reply..

i think there is problem with my userfile..
i try no tcl..
thereis no PASS on userfile..

there is some delay ?

EDIT:
after ctcp chat with bot
and .save command..

i have PASS in mybot.user

so every change i must .save to overwrite mybot.user files
thanks..
by ijookeren
Tue Sep 14, 2021 11:32 am
Forum: Scripting Help
Topic: Help about writing userfile
Replies: 3
Views: 2341

Help about writing userfile

hi, i confuse about setuser i write a simple script bind msg n pass msg_pass proc msg_pass {nick uhost hand rest} { global botnick if {![matchattr $nick n]} { putquick "NOTICE $nick :Not Owner" return 0 } set rest [lindex $rest 0] if {$rest == ""} { putquick "PRIVMSG $nick :...
by ijookeren
Fri Sep 03, 2021 9:01 am
Forum: Script Requests
Topic: [Req] RPG Game TCL
Replies: 3
Views: 2140

great..
can't wait :)
by ijookeren
Thu Sep 02, 2021 8:34 pm
Forum: Script Requests
Topic: [Req] RPG Game TCL
Replies: 3
Views: 2140

[Req] RPG Game TCL

Hi, i just wonder if someone can make it... (like idleRPG but not idle.. but activeRPG and with TCL not perl) maybe like this: 1. people register to bot with query.. 2. People get exp to leveling up. 3. getting exp by active chat on channel ( example: 1 char = 1 exp or 1 word = 1 exp) 4. can attack ...