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: 439
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: 32
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: 46
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: 46
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
Thank You Moderators
by Firebucket
Today at 06:36 PM
Caps Warning
by iAlex
Today at 03:58 AM
mIRC on <censored> notice
by Jerry
09/03/08 08:29 PM
Who uses Twitter?
by Jerry
09/03/08 08:26 PM
Happy birthday usrbingeek!
by tplack
09/03/08 08:13 PM
What do you guys think the best IRC client is?
by iPhone
09/03/08 08:05 PM
!add !edIT !del for a mIRC bot
by boredcollegekid
09/02/08 05:14 PM
Using mIRC on multiple networks
by iAlex
09/02/08 01:20 AM
Profile Settings
by usrbingeek
09/01/08 03:15 PM
MyNick
by Jonny
09/01/08 05:49 AM
How do I identify on Rooms app for iPhone?
by techman224
08/31/08 06:26 PM
Automated Ban removal
by iPhone
08/28/08 11:32 PM
Recent Pics
Old school IRC
How to use Google!
TIX
Who's Online
1 Registered (1 invisible), 3 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
usrbingeek 439
Kat 235
iPhone 99
Phil 90
Freekie 79
techman224 68
CCMike 66
Justin 62
wirelesspacket 52
tengrrl 51
Terms Of Use
Use of this community signifies your agreement to the Terms Of Service and Conditions of Use.