Sponsored Links




Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#752 - 02/10/08 12:29 AM !topic script for mIRC
usrbingeek Administrator Offline
WyldRyde Staff

Registered: 07/31/06
Posts: 470
Loc: Burlington, VT
Code:
ON *:TEXT:!topic *:*: { 
  if ($nick isop $chan) {
    if ($chan) { 
      topic $chan $2- 
    } 
    else { 
      topic $2 $3- 
    } 
  }
}
_________________________
WyldRyde IRC Network
Steve Mermelstein
Root Admin

#!/usr/bin/geek
My Amazon.com Wishlist

Please no PMs. Please post to a topic instead so your question(s) may benefit others.

Top
Sponsored Links
Sponsored Links
Member
*****

Registered: 27/08/04
Posts: 10136
Loc: Mountain View, CA
Top
#774 - 02/11/08 11:10 AM Re: !topic script for mIRC [Re: usrbingeek]
TuxedoJericho Offline
newbie

Registered: 12/24/07
Posts: 40
Loc: Whitesburg, TN
Here is the one I am using for my bot, AdrianMonk

Code:
on 1:text:!topic *:#:/if ( $nick isop $chan || $nick ishop $chan )
 { /set %topic $2- | /topic $Chan Topic: %topic / I am %status / Streaming @ <my stream.url> /halt
 } 


I also have the same for status, just change !topic to !status and /set %topic to /set %status


Edited by TuxedoJericho (02/11/08 11:11 AM)
_________________________
I am Gary "TuxedoJericho" Greenlee, and I support this message.

Top
#814 - 02/13/08 03:29 PM Re: !topic script for mIRC [Re: TuxedoJericho]
Eric Offline
n00b

Registered: 12/26/07
Posts: 8
Loc: Texas
Thanks Tux! I was hoping you'd share that.

Top
#898 - 02/19/08 03:56 PM Re: !topic script for mIRC [Re: Eric]
Josh Offline
n00b

Registered: 02/19/08
Posts: 7
Loc: New York
How do I have the Bot Change it? How do I make a Custom Coded Bot do this?
_________________________
Josh Budde
TechCast Host & Producer
#TechCast Channel Admin

Top
#899 - 02/19/08 04:14 PM Re: !topic script for mIRC [Re: TuxedoJericho]
battlekhan Offline
n00b

Registered: 02/16/08
Posts: 5
Loc: Dallas, TX
TuxedoJericho: great scripit had problem, just posting my fix for it

on 1:text:!topic*:#: {
if ( $nick isop $chan || $nick ishop $chan ) {
{ /set %topic $2- | /topic $chan Topic: %topic / I am %status / Streaming @ <my stream.url>
}
}
}

Top
#903 - 02/19/08 05:36 PM Re: !topic script for mIRC [Re: battlekhan]
battlekhan Offline
n00b

Registered: 02/16/08
Posts: 5
Loc: Dallas, TX
Now includes message if non-hops/ops try to change topic

on 1:text:!topic *:#: {
if ($nick isop $chan || $nick ishop $chan) {
{ /set %topic $2- | /topic $chan Topic: %topic / I am %status / Streaming @ <my stream.url> }
}
else {
/msg $chan Sorry, $nick only hops/ops can change topic.
}
}

Top
#904 - 02/19/08 06:01 PM Re: !topic script for mIRC [Re: Josh]
boredcollegekid Offline
newbie

Registered: 12/19/07
Posts: 48
Loc: Tulsa, OK
all you need to do is copy and post the code into the remotes section of the scripts editor (Alt+r) in mIRC and replace the the things mentioned.
_________________________

Top
#945 - 02/21/08 08:30 PM Re: !topic script for mIRC [Re: boredcollegekid]
SerenadedAbyss Offline
n00b

Registered: 02/21/08
Posts: 1
Loc: Raleigh, NC
Is there an XChat equivalent of this script?
_________________________
Zenwalk Linux... the OS that is pure bliss...

Top
#946 - 02/22/08 02:07 AM Re: !topic script for mIRC [Re: SerenadedAbyss]
boredcollegekid Offline
newbie

Registered: 12/19/07
Posts: 48
Loc: Tulsa, OK
not that I know of atm.
_________________________

Top
#972 - 02/26/08 09:19 PM Re: !topic script for mIRC [Re: boredcollegekid]
Erick Offline
n00b

Registered: 02/26/08
Posts: 18
Loc: USA
I belive XChat uses PERL. So maybe if you searched for PERL scripts, that would work. Or, do a google like "xchat topic script".
_________________________
Owner of #erickjohnson chat
Voiced in #chris
Oped and Hoped in many channels

Top
Page 1 of 2 1 2 >


Recent Posts
Rules for Voiced (+v) users in #Chris
by Axlin
11/20/08 05:36 PM
WyldRyde Channel Management Script **BETA**
by usrbingeek
11/19/08 12:35 AM
Saying Hello
by cirian75
11/18/08 02:13 PM
Multiple Network question
by usrbingeek
11/16/08 10:00 PM
Recruiting new ops and half ops in #iPhone
by techman224
11/14/08 07:09 PM
Common Commands Script
by burace17
11/14/08 02:55 PM
Rules for Voiced Users being Enforced More
by abcd
11/14/08 08:33 AM
New bot policy
by Freekie
11/11/08 10:11 PM
my favorite channels on WR
by sbushfan11
11/10/08 05:42 AM
Volunteer Half-Op Positions Available In My New Ch
by mikem
11/08/08 03:16 PM
Script Bots. Need One?
by Samuel
11/07/08 10:10 PM
Services Help Version 2.4
by Jerry
11/06/08 09:41 PM
Recent Pics
mIRC on Linux???
Computer Spam o_O
My Windows Desktop
Who's Online
3 registered (Alicia, Jeff, thejetset), 9 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
usrbingeek 470
Kat 266
iPhone 108
Phil 91
Freekie 85
techman224 75
CCMike 73
Justin 70
tengrrl 55
wirelesspacket 52
Terms Of Use
Use of this community signifies your agreement to the Terms Of Service and Conditions of Use.