sith_

sith_

Joined
May 24, 2007

Activity Stream

sith_ commented on a Page, Topic Lock  -  Mar 08, 2008

I don\'t go on irc-d servers. this is for chatspace servers. it doesn\'t have all those cool things

 Respond  
sith_ created a Page  -  Mar 06, 2008
2,234 

a simple topic lock, it works fine for me. it only works for one channel. make sure to replace YOURROOM with the channel you want to protect, then put the topic for that channel that you want to not be changed as ROOMTOPIC (there's 2 spots). yeah I guess it's a noobish script, but it works good if you just wanna protect one channel and don't want some complicated dialog.

sith_ commented on a Page, Topic Protector v 1.0  -  Mar 06, 2008
  • /dialog: \'topic_pro\' name in use (line 75, script1.txt)
 Respond  
sith_ commented on a Page, Kick,Ban,kill counter  -  Jul 02, 2007

The way it is, it won\'t add 1 to the kick, kill, etc. this way will work.

menu channel {
Counter
.Kill\'s ( $+ %kill.count $+ )
..Resrt Counter:/set %kill.count 0
.Kicks ( $+ %kick.count $+ )
..Reset Counter:/set %kick.count 0
.Bans ( $+ %ban.count $+ )
..Reset Counter:/set %ban.count 0
}
alias kick {
inc %kick.count 1
kick $chan $1 $2- ) ( $calc(%kick.count + 1)
}
alias kill {
inc %kill.count 1
kill $1 $2- ) ( $calc(%kill.count + 1)
}
alias ban {
inc %ban.count 1
mode $chan +b $1- | /msg $chan Ban $calc(%ban.count + 1)
}

 Respond  
sith_ commented on a Page, Naruto PC Stats  -  Jul 01, 2007

thanks, it actually worked on the first try, I\'m impressed! ;D. last time I loaded a similar script, is said my os was Win 2000, when I\'m on Vista x;.

 Respond  
sith_ commented on a Page, nicklist info  -  Jun 26, 2007

works for me, could come in handy some day.

 Respond  
sith_ commented on a Page, Caps Kicker  -  Jun 05, 2007

It doesn\'t work for me ;[

 Respond  
sith_ commented on a Page, Ban lock  -  Jun 02, 2007

when I used it, it wouldn\'t remove the bans from the ini file or whatever, so if someone else bans someone that was on that list and removed it, it would reban it.

 Respond  
sith_ commented on a Page, Drag0n ON INVITE  -  Jun 02, 2007

INVITATATION? lol

 Respond  
sith_ created a Page  -  May 28, 2007
2,992 

Add to your nicklist in remotes. Easy way to give or take aop, sop or vops by right clicking on the nick. It also sends the user a notice telling them what they received or lost. and automatically gives or takes their status. Any feedback would be appreciated. Enjoy ;]

sith_ created a Page  -  May 24, 2007
502 

Put this in remotes. for channels that have a no temp opping rule for it's ops, this is a simple code that will deop the temp op and will also tell the user to not temp op. Make sure to replace YOURCHANNELHERE with the channel you want this to apply to. This script was tested before posting it. it works ;] Enjoy!

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.