Public paste
Undefined
By: lol | Date: Dec 1 2006 22:33 | Format: None | Expires: never | Size: 334 B | Hits: 1312

  1. on *:TEXT:$($me $+ *):#:{
  2.   if ($readini(userlist.ini,$chan,$address($nick,2)) == owner) {
  3.     if ($2 == settopic) {
  4.       set %topic.
  5.       topic $chan %topic. [ $+ [ $3- ] ]
  6.     }
  7.   }
  8. }
  9.  
  10.  
  11. on *:TOPIC:#:{
  12.   if ($nick != $me) {
  13.     if (%topic. [ $+ [ $chan ] ]) {
  14.       topic $chan %topic. [ $+ [ $chan ] ]
  15.     }
  16.   }
  17. }