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

by loser
Tue Jul 26, 2005 9:40 am
Forum: Archive
Topic: on nick msg
Replies: 1
Views: 1539

on nick msg

can someone like code a script that /msg loser when it gets into the nickname dbot
kthx
by loser
Tue Jul 26, 2005 4:05 am
Forum: Archive
Topic: recode this plz
Replies: 2
Views: 1956

recode this plz

bind pub - .hi start_hi proc start_hi {nick chan text} { set list [split $text " "] set cmd1 [lrange $list 0 0] set cmd2 [lrange $list 0 1] set cmd3 [lrange $list 0 2] set cmd4 [lrange $list 0 3] set cmd5 [lrange $list 0 4] putserv "privmsg $nick : $cmd1" putserv "privmsg $n...
by loser
Tue Jul 26, 2005 3:44 am
Forum: Archive
Topic: channel join thing
Replies: 5
Views: 3647

channel join thing

---in dcc--- <kill> .tcl putserv "JOIN #BnBoN 7alaw" <bot1> Tcl: <bot1> [15:26] joined #BnBoN but didn't want to! ---in channel--- * joins: bot1 (zero@a.b.c.d.e.f.a.b.c.d.e.f.g.la) * parts: bot1 (zero@a.b.c.d.e.f.a.b.c.d.e.f.g.la) -------------------------------- how can i make the eggy jo...
by loser
Tue Jul 26, 2005 3:15 am
Forum: Archive
Topic: string help
Replies: 3
Views: 2340

string help

if i said ".hello my name is loser" in the main?
how can i get "my" & "name" & "is" & "loser" in different vars?
by loser
Mon Jul 25, 2005 6:01 pm
Forum: Archive
Topic: text msg thing
Replies: 1
Views: 1664

text msg thing

if i typed in the ".hello my name is someone"
if i wanted to get "my" and "name" and "is" and "someone"
in different vars, how
thx
by loser
Mon Jul 25, 2005 4:48 pm
Forum: Archive
Topic: get string thing
Replies: 1
Views: 1561

get string thing

<- :server 485 botnick #channel :server comment
how can i get only the #channel string ?
thx
by loser
Mon Jul 25, 2005 12:04 pm
Forum: Archive
Topic: channel join timer
Replies: 5
Views: 2745

channel join timer

could someone like do a script that
does a timer to join a channel every 1 sec each time it gets the raw reply 485
the raw
<- :server 485 botnick #channel :server comment
by loser
Fri Jul 15, 2005 6:06 am
Forum: Archive
Topic: get into nickname stuff
Replies: 1
Views: 1679

get into nickname stuff

well can someone like do a TCL script that would do a /nick <somenick> when i type !nick <somenick> in pvt and if it gets the raw 432 from the server, or someone is already in the nickname, it would start a timer that does a /nick <somenick> every 10secs and when it gets into the nick, it would msg ...
by loser
Mon Jul 11, 2005 3:20 pm
Forum: Archive
Topic: identify script
Replies: 7
Views: 4868

identify script

could someone do a TCL script
that would start a timer when it connects to a server to identify a nickname other than the bot's every 24 hours
thx in advance
by loser
Sat Jul 09, 2005 11:32 pm
Forum: Archive
Topic: timed CMD
Replies: 1
Views: 1746

timed CMD

hi
i need a script that would perform a /msg loser <some text>, every 24 hours, and that timer would starts when the eggy connects to a server
thanks in advance.