Changeset 3ad15ff for perl/modules/IRC/lib/BarnOwl/Module/IRC.pm
- Timestamp:
- Jul 23, 2008, 8:18:30 PM (16 years ago)
- Branches:
- master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 38cfdb5d
- Parents:
- 0398d55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/IRC/lib/BarnOwl/Module/IRC.pm
rf094fc4 r3ad15ff 117 117 BarnOwl::new_command('irc-who' => \&cmd_who); 118 118 BarnOwl::new_command('irc-stats' => \&cmd_stats); 119 BarnOwl::new_command('irc-topic' => \&cmd_topic); 119 120 } 120 121 … … 301 302 } 302 303 304 sub cmd_topic { 305 my $cmd = shift; 306 my $conn = get_connection(\@_); 307 $conn->conn->topic(@_); 308 } 309 303 310 ################################################################################ 304 311 ########################### Utilities/Helpers ##################################
Note: See TracChangeset
for help on using the changeset viewer.