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 broadcast script like the bfgeeks.dk bots

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
F
Fr34k
Voice
Posts: 1
Joined: Mon Dec 26, 2005 5:38 am

search broadcast script like the bfgeeks.dk bots

Post by Fr34k »

i search a script who can write a gamer ip map and server over an trigger and the bot broadcast it on every channel.


can anyone help me :)
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Code: Select all

bind PUB -|- <trigger> pub:amsg
proc pub:amsg {nick host hand chan text} {
 putquick "PRIVMSG [join [channels] ","] :[join [split $text]]"
}
This is just a simple code but it should work sufficiently i suppose :roll:
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

...with the little glitch of not showing "gamer ip map and server", whatever that is ;)
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

I'm assuming the people in his channel are typing things like

'searching for 4on4, have server' etc etc.

i see this kind of spam all the time on QuakeNet so i assumed it :)
Post Reply