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.

AUTO WELCOME SCRIPT BY RANA USMAN

Old posts that have not been replied to for several years.
Locked
M
Mystical
Voice
Posts: 30
Joined: Thu May 26, 2005 5:53 pm

AUTO WELCOME SCRIPT BY RANA USMAN

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

User avatar
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

Code: Select all

 tag when posting logs, code
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Re: AUTO WELCOME SCRIPT BY RANA USMAN

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.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Re: AUTO WELCOME SCRIPT BY RANA USMAN

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?? :P

Mystical, substitute $aire with $nick
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Re: AUTO WELCOME SCRIPT BY RANA USMAN

Post by Sir_Fz »

demond wrote:c'mon, you didn't get this one?? :P
Ahh.. the easy ones slip when you become a pro :lol:
Locked