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 13 matches

by krieg
Sat Dec 15, 2007 1:52 pm
Forum: Scripting Help
Topic: Optools
Replies: 6
Views: 4840

Is there any reliable op commands tcl?
by krieg
Sat Dec 15, 2007 1:22 pm
Forum: Scripting Help
Topic: Optools
Replies: 6
Views: 4840

<user> !op user
*** @Bot sets mode: +o user
<@user> !die be gone now
*** @Bot quits (be gone now)
If you write flag like this o|o there is no problem. This is not problem for bot.
.chanset #yourchan -enforcebans is not working.
by krieg
Sat Dec 15, 2007 12:49 pm
Forum: Scripting Help
Topic: Optools
Replies: 6
Views: 4840

Optools

I have optools.tcl the codes like this # op tools por Marco Ferra aka nXistence # http://clientes.netvisao.pt/mferra/ # marcoferra@netvisao.pt # versao 1.1 # !c, !op <nick>, !vo <nick>, !k <nick> razao # !b <host> razao, !ub <host>, !kb <nick> razao # !t <topico>, !p, !jump servidor porta, !die raza...
by krieg
Sat Dec 01, 2007 11:41 pm
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7370

for example: !kick nick reason !kick Slay You have bad nickname, change it! Try again to join. *** Slay was kicked by Botnick (You have bad nickname, change it! Try again to join.) Find this code: proc proc_kick { nick uhost hand chan text } { if {[onchan $text]} { putquick "KICK $chan $text :...
by krieg
Fri Nov 30, 2007 1:07 am
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7370

These kinds of op command scripts are very lame, as all they do is duplicate the commands you already have available via the dcc console, and they create great big security risks. Would be much easier to learn the commands than rely on unsafe and buggy scripts such as this. I wouldn't expect people...
by krieg
Fri Nov 30, 2007 12:06 am
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7370

I have not knowledge about editing tcl or scripting much more how can I add reason of kicks. And in this tcl "!unban" command is not working. Please check for us. Example; I added someone to banlist, "!ban nick" [05:54:41] *** BOTNICK sets mode: +b *!identd@95C46BA0.3059D662.7DFE...
by krieg
Thu Nov 29, 2007 6:11 pm
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7370

for example:

!kick nick reason
!kick Slay You have bad nickname, change it! Try again to join.

*** Slay was kicked by Botnick (You have bad nickname, change it! Try again to join.)
by krieg
Thu Nov 29, 2007 6:06 pm
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7370

and how can I add reason of kick in !kick command?
by krieg
Thu Nov 29, 2007 12:52 am
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7370

How can I active log system?

/msg $botnick getlog **/**/**
by krieg
Fri Nov 23, 2007 10:22 pm
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7370

proc proc_unban { nick uhost hand chan text } { if {[ischanban $text $chan]} { pushmode $chan -b $text } else { putserv "PRIVMSG $chan :$text Is Not In The Ban List" } } replace it with: proc proc_unban { nick uhost hand chan text } { if {[ischanban $text $chan]} { killchanban $chan $text...
by krieg
Fri Nov 23, 2007 2:59 pm
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7370

I added two !gban how can I unban that? I couldn't do.. For example: (I'm founder) [20:47:20] * ChanServ sets mode: -bb slayish!*@78617340.DC928A45.B7FB3F36.IP grim!*@638A85FE.3FF72A06.661CEC5E.IP [20:47:37] * Psychoid sets mode: +bb grim!*@638A85FE.3FF72A06.661CEC5E.IP slayish!*@78617340.DC928A45.B...
by krieg
Tue Nov 20, 2007 11:37 am
Forum: Script Support & Releases
Topic: Quotes.tcl v0.1
Replies: 6
Views: 5267

Links are broken.
by krieg
Tue Nov 20, 2007 11:24 am
Forum: Script Support & Releases
Topic: Public Quotes System (current version: 1.32)
Replies: 53
Views: 73001

How can I run it? Can you explain with detailed?