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.
-
Mystical
- Voice
- Posts: 30
- Joined: Thu May 26, 2005 5:53 pm
Post
by Mystical »
hello!! ı have downloaded this script ... the script working but ı want join private message to throw in channel users
Code: Select all
bind join - * RanaUsman:wjoin
proc RanaUsman:wjoin {nick host handle chan} {
global urchan txtfile
set aire $urchan
set ranadil [open $txtfile r]
set readvar [split [read $ranadil] \n]
close $ranadil
putserv "PRIVMSG $aire :[lindex $readvar [rand [llength $readvar]]]"
}
#Ever Seen such simple coding ??? eh
-
demond
- Revered One
- Posts: 3073
- Joined: Sat Jun 12, 2004 9:58 am
- Location: San Francisco, CA
-
Contact:
Post
by demond »
#Ever Seen such simple coding ??? eh
yeah, lots of similar, lame coding
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
-
Sir_Fz
- Revered One
- Posts: 3794
- Joined: Sun Apr 27, 2003 3:10 pm
- Location: Lebanon
-
Contact:
Post
by Sir_Fz »
Mystical wrote:hello!! ı have downloaded this script ... the script working but ı want join private message to throw in channel users
Repeat in a language that we understand.
-
demond
- Revered One
- Posts: 3073
- Joined: Sat Jun 12, 2004 9:58 am
- Location: San Francisco, CA
-
Contact:
Post
by demond »
Sir_Fz wrote:Mystical wrote:hello!! ı have downloaded this script ... the script working but ı want join private message to throw in channel users
Repeat in a language that we understand.
c'mon, you didn't get this one??
Mystical, substitute
$aire with
$nick
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
-
Sir_Fz
- Revered One
- Posts: 3794
- Joined: Sun Apr 27, 2003 3:10 pm
- Location: Lebanon
-
Contact:
Post
by Sir_Fz »
demond wrote:c'mon, you didn't get this one??
Ahh.. the easy ones slip when you become a pro