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

by ComputerTech
Tue Dec 22, 2020 5:32 pm
Forum: Scripting Help
Topic: Kill 1st Gline 2nd
Replies: 32
Views: 17874

Armide83, as explained above to my Question, the kill message cant be catched, so i just used the putserv "PRIVMSG $chan :message here" does the job :). or simo created a stringmatch script that catched the quit message of a /killed user 8)
by ComputerTech
Tue Dec 22, 2020 3:05 am
Forum: Script Requests
Topic: Mrc -> TCL !!! Plis !!!!
Replies: 3
Views: 2623

Something like this Perhaps? set catch(words) { "*New Releases*" } set catch(message) { "set your message here" } foreach word $catch(words) {bind pubm -|- "$word" catch:word} proc catch:word {nick uhost hand chan text} { global catch putserv "PRIVMSG $chan :$catch...
by ComputerTech
Wed Dec 16, 2020 10:21 pm
Forum: Eggdrop Help
Topic: Will there ever be a new official Eggdrop version?
Replies: 5
Views: 4808

Best to do as willyw suggested then, to connect to Freenode and either join #eggdrop or #eggheads ,and ask around, you "might" get a answer 8)
by ComputerTech
Wed Dec 16, 2020 4:21 pm
Forum: Eggdrop Help
Topic: Will there ever be a new official Eggdrop version?
Replies: 5
Views: 4808

The Eggdrop Development Team have been working on Eggdrop ver 1.9 for a while now, since adding several options, also comes with lots of testing, so several People (including myself) have been testing Eggdrop 1.9 to find and report Bugs. https://github.com/eggheads/eggdrop/ Above link is the (Bleedi...
by ComputerTech
Sat Nov 21, 2020 10:01 am
Forum: Scripting Help
Topic: Karma.tcl
Replies: 6
Views: 4493

And actually seems i made a typo last night (tired last night) The way it should work is original start of per nick is 0, neither + or - so !nick++ Putserv "PRIVMSG $chan :$var0 now has Reputation +1" !nick-- Putserv "PRIVMSG $chan :$var0 now has Reputation 0" !nick-- Putserv &qu...
by ComputerTech
Sat Nov 21, 2020 9:45 am
Forum: Scripting Help
Topic: Karma.tcl
Replies: 6
Views: 4493

Ah hehe, i'll stick to "!nick++" and "!nick--" And how would i check if !nick++ or !nick-- was used? Like to use "if" command to find which one was used? :shock: Thanks in advanced :P EDIT, another thing, how can i check if blah($var0) is -1 or +1, so if rhe current amo...
by ComputerTech
Sat Nov 21, 2020 1:48 am
Forum: Scripting Help
Topic: Karma.tcl
Replies: 6
Views: 4493

Karma.tcl

So, "Trying" to get this script to work, would appreciate if someone can guide me the right direction ################################### #Karma 1.0 ComputerTech ################################### #Usage ################################### #!++nick 1 << Increases nicks reputation to +1 ar...
by ComputerTech
Wed Nov 18, 2020 8:01 pm
Forum: Scripting Help
Topic: Blacktools Undernet
Replies: 1
Views: 2303

Yep, Two scripts made by Sir_Fz Allprotection (Channel/network protection script) http://tclarchive.org/search.php?str=allprotection&cb1=t&cb2=a&cb3=d&sub.x=0&sub.y=0 FZcommands (Public/msg command script) http://tclarchive.org/search.php?str=fzcommands&cb1=t&cb2=a&cb...
by ComputerTech
Wed Nov 18, 2020 1:28 am
Forum: Script Support & Releases
Topic: CTcommands
Replies: 8
Views: 6212

CTcommands

New CTcommands.tcl released Download First release 1.0 , so could be bugs, if so please report below, Already planning to add IRCop commands option, and Help system 8) For latest releases or (soon) old releases https://github.com/ComputerTech312/CTcommands/releases Have a suggestion or bug report? P...
by ComputerTech
Sun Nov 15, 2020 10:51 am
Forum: Scripting Help
Topic: Kill 1st Gline 2nd
Replies: 32
Views: 17874

Would this work? namespace eval badguy { bind pub !gzline the:gzline proc the:gzline {nick host hand chan text} { set bnick [lindex [split $text] 0 ] putserv "PRIVMSG $chan :GZline'n $bnick" putnow "WHOIS $bnick" } return 1    bind raw - 378 flud:gline    proc flud:gline {from kw...
by ComputerTech
Sat Nov 14, 2020 4:18 pm
Forum: Scripting Help
Topic: Using Bind msg and Bind Pub for one Proc
Replies: 2
Views: 2632

Using Bind msg and Bind Pub for one Proc

Is it possible to let Bind Msg and Bind Pub use the same proc? Like bind pub - !blah blah:blah bind msg - blah blah:blah proc blah:blah {nick host hand chan text} { putserv "PRIVMSG $chan :blah" } but somehow remove the variable "text" in the proc when using bind msg? Thanks in a...
by ComputerTech
Wed Nov 11, 2020 10:52 am
Forum: Script Support & Releases
Topic: Searching File
Replies: 3
Views: 3486

haferbrei, tried looking in the TclArchive ?

If not, i'll point you to the right direction.

http://tclarchive.org/search.php?Server

try looking through that 8)
by ComputerTech
Wed Nov 11, 2020 10:44 am
Forum: Scripting Help
Topic: Invite help
Replies: 5
Views: 4242

So yeah, i also found Thommeys tcl collection, http://thommey.tclhelp.net/?page=scripts


Arbitrary chanmodes (+q, +a), seems to have caught my eye, so it does isowner and such, seems perfect to my situation :D
by ComputerTech
Wed Nov 11, 2020 10:28 am
Forum: Script Support & Releases
Topic: [Solved]News script for eggdrop bot by m00nie
Replies: 11
Views: 12275

Dominatez, have you tried loading the json package? Seems to me, you don't have the json package loaded, try the following. If you have ROOT, do, sudo apt-get install tcl tcl-dev if Not, https://core.tcl-lang.org/tcllib/dir?ci=e3475de99399b361&name=modules And find json then pop that json.tcl in...
by ComputerTech
Sun Nov 08, 2020 11:18 am
Forum: Script Requests
Topic: raw on connect
Replies: 30
Views: 16909

Ah, you are correct CrazyCat, but cant the geolite used in the eggdrop dir? same as unreal :?