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: 512
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: 42
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
CHannel Support? @ #Chris
by Mataniah
Today at 02:38 PM
Accept - Reject Pm script. Final Version.
by Phil
Today at 02:04 PM
Script to join channels with 30+ users.
by usrbingeek
Yesterday at 02:32 PM
Rules for Voiced (+v) users in #Chris
by Brandon
Yesterday at 01:05 PM
Ustream IRC Auto Identtifyer
by Dark_Aaron
Yesterday at 10:42 AM
IRC Bot Platforms
by Sam Ferry
Yesterday at 02:58 AM
Get a free forum for your channel!
by Sam Ferry
Yesterday at 02:48 AM
Ban Appeal Process
by Sam Ferry
Yesterday at 02:36 AM
Flood Protection
by Dark_Aaron
01/03/09 08:14 PM
IRCop Script
by Samuel
01/03/09 04:57 AM
A simple topic script.
by Samuel
01/03/09 04:56 AM
Complete Autojoin script.
by Samuel
01/03/09 04:47 AM
Recent Pics
Xchat
mIRC on Linux
mIRC on Linux???
Who's Online
1 registered (Henco), 8 Guests and 4 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
usrbingeek 512
Kat 281
Phil 112
iPhone 109
Freekie 88
Justin 81
CCMike 78
techman224 75
tengrrl 58
wirelesspacket 53
Terms Of Use
Use of this community signifies your agreement to the Terms Of Service and Conditions of Use.